Skip to content

Commit c763548

Browse files
committed
Update Distributor.hs
1 parent a82e5ed commit c763548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/Grammar/Distributor.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ embedded in Haskell, with combinators:
4949
* pattern matching `>?`, `>?<`
5050
* alternation `<|>`
5151
* sequencing `>*<`, `>*`, `*<`
52-
* Kleene's combinators `optionalP`, `manyP`, `someP`
52+
* Kleene quantifiers `optionalP`, `manyP`, `someP`
5353
* any character `anyToken`
5454
* regular predicates `inClass`, `notInClass`, `inCategory`, `notInCategory`
5555
* nonregular predicate `satisfy`

0 commit comments

Comments
 (0)