We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ce40 commit 53a2ddfCopy full SHA for 53a2ddf
docs/parsers.md
@@ -434,9 +434,9 @@ hello // failure
434
null // success
435
```
436
437
-### Coordination parsers
+## Coordination parsers
438
439
-## Separated
+### Separated
440
441
Matches all occurrences of a parser that are separated by another one.
442
@@ -658,7 +658,7 @@ Parser<U> Discard<U>()
658
Parser<U> Discard<U>(U value)
659
660
661
-#### Other parsers
+## Other parsers
662
663
### AnyCharBefore
664
0 commit comments