Skip to content

Commit 2f9dcfb

Browse files
Ruben Costapaf31
Ruben Costa
authored andcommitted
Fix typo (#37)
1 parent e8d917b commit 2f9dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/Parsing/StringParser.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Control.Lazy (class Lazy)
1010
import Data.Bifunctor (bimap, lmap)
1111
import Data.Either (Either(..))
1212

13-
-- | A poition in an input string.
13+
-- | A position in an input string.
1414
type Pos = Int
1515

1616
-- | Strings are represented as a string with an index from the

0 commit comments

Comments
 (0)