Skip to content

Commit

Permalink
Fix sections
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed May 1, 2021
1 parent d48ce40 commit 53a2ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@ hello // failure
null // success
```

### Coordination parsers
## Coordination parsers

## Separated
### Separated

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

Expand Down Expand Up @@ -658,7 +658,7 @@ Parser<U> Discard<U>()
Parser<U> Discard<U>(U value)
```

#### Other parsers
## Other parsers

### AnyCharBefore

Expand Down

0 comments on commit 53a2ddf

Please sign in to comment.