Skip to content

Commit

Permalink
fix traverse documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioAlmada committed Jun 26, 2018
1 parent 4ede066 commit d322056
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/parsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,16 @@ function isFallible() : bool
*
* <code>
* $parser =
* either
* repeat
* (
* <parser 1>,
* <parser 2>,
* <parser 3>,
* <...>,
* any()
* either
* (
* <parser 1>,
* <parser 2>,
* <parser 3,
* <parser ...>,
* any()
* )
* )
* ;
*
Expand Down

0 comments on commit d322056

Please sign in to comment.