Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcooke committed Jun 25, 2015
1 parent 102d0cf commit 97e9ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ evaluate it against some input in various ways:
inside the `Try()` matcher (but no memoization). More info
[here](#controlling-memory-use).

* `parse_debug()` - as `parse_one()`, but also prints a trace of
* `parse_dbg()` - as `parse_one()`, but also prints a trace of
evaluation for all of the matchers that are children of a `Trace()`
matchers. Can also be used with other matchers via the keword
`delegate`; for example `parse_debug(...; delegate=Cache)` will
`delegate`; for example `parse_dbg(...; delegate=Cache)` will
provide tracing of the packrat parser (`parse_all()` above). More
info [here](#debugging).

Expand Down

0 comments on commit 97e9ddc

Please sign in to comment.