core: spelling

This commit is contained in:
Nathan McCarty 2025-01-24 22:21:08 -05:00
parent 9b12ebcf00
commit fa5eb61d59

View file

@ -58,7 +58,7 @@ Ord (Index i) where
Stores the location we are currently at in the string, and metadata about it for
providing good error messages. Parsing an empty input isn't very interesting, so
we exclude inputs of length zero, since that will make other things eaiser.
we exclude inputs of length zero, since that will make other things easier.
```idris
||| State representing a parser's position in the text