README.md: Fix typo

Based on patch for pegjs-website by Michael Ficarra:

  https://github.com/dmajda/pegjs-website/pull/2
redux
David Majda 12 years ago
parent a59516f89b
commit 4f6386ea2a

@ -202,7 +202,7 @@ Note that curly braces in the predicate code must be balanced.
#### *label* : *expression*
Match the expression and remember its match result under given lablel. The label must be a JavaScript identifier.
Match the expression and remember its match result under given label. The label must be a JavaScript identifier.
Labeled expressions are useful together with actions, where saved match results can be accessed by action's JavaScript code.

Loading…
Cancel
Save