Skip to content

Commit 53a2ddf

Browse files
committed
Fix sections
1 parent d48ce40 commit 53a2ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/parsers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ hello // failure
434434
null // success
435435
```
436436

437-
### Coordination parsers
437+
## Coordination parsers
438438

439-
## Separated
439+
### Separated
440440

441441
Matches all occurrences of a parser that are separated by another one.
442442

@@ -658,7 +658,7 @@ Parser<U> Discard<U>()
658658
Parser<U> Discard<U>(U value)
659659
```
660660

661-
#### Other parsers
661+
## Other parsers
662662

663663
### AnyCharBefore
664664

0 commit comments

Comments
 (0)