peg.ebnf: Update docs for peg change.

db4
Doug Coleman 2014-10-23 13:47:40 -07:00
parent e9ed1f3a72
commit bc26dbb3ee
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ ARTICLE: "peg.ebnf.choice" "Choice"
{ $example { $example
"USING: prettyprint peg.ebnf ;" "USING: prettyprint peg.ebnf ;"
"\"d\" [EBNF rule=\"a\" | \"b\" | \"c\" EBNF] ." "\"d\" [EBNF rule=\"a\" | \"b\" | \"c\" EBNF] ."
"Peg parsing error at character position 0.\nExpected token 'c' or token 'b' or token 'a'" "Peg parsing error at character position 0.\nExpected 'a' or 'b' or 'c'\nGot 'd'"
} }
} }
; ;