README.md: Remove extraneous "and"

Based on patch for pegjs-website by Michael Ficarra:

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

@ -178,7 +178,7 @@ Try to match the expression. If the match succeeds, just return an empty string
#### ! *expression*
Try to match the expression and. If the match does not succeed, just return an empty string and do not advance the parser position, otherwise consider the match failed.
Try to match the expression. If the match does not succeed, just return an empty string and do not advance the parser position, otherwise consider the match failed.
#### & { *predicate* }

Loading…
Cancel
Save