Skip to content

Commit

Permalink
update doc after having gotten rid of Parsby::Token
Browse files Browse the repository at this point in the history
  • Loading branch information
jolmg committed Sep 25, 2020
1 parent 4efaf43 commit f20f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def between(left, right, p)
end

between(lit("<"), lit(">"), lit("foo")).label.to_s
=> "<unknown>"
=> "unknown"
```

## Defining parsers as modules
Expand Down

0 comments on commit f20f345

Please sign in to comment.