Skip to content

Commit 52b9213

Browse files
authored
Update README.md
1 parent 2091d79 commit 52b9213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are other `String` parsers in the module `Parsing.String.Basic`, for examp
8989

9090
Parser combinators are in this package in the module `Parsing.Combinators`.
9191

92-
A parser combinator is a function which takes a parser as an argument and returns a new parser. The `many` combinator, for example, will repeat a parser as many times as it can. So the parser `many letter` will have type `Parser String (Array Char)`.
92+
A parser combinator is a function which takes a parser as an argument and returns a new parser. The `Data.Array.many` combinator, for example, will repeat a parser as many times as it can. So the parser `many letter` will have type `Parser String (Array Char)`.
9393

9494
Running the parser
9595

0 commit comments

Comments
 (0)