]> gitweb.factorcode.org Git - factor.git/commitdiff
peg.ebnf: fix
authorSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 09:05:26 +0000 (04:05 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 09:05:26 +0000 (04:05 -0500)
basis/peg/ebnf/ebnf-docs.factor

index 8a7ca96d5b136f24485ba0070e09ef9e657c635b..9bfd8ce49936f120ceb42694ac18cb4b67bd3b66 100644 (file)
@@ -88,7 +88,7 @@ ARTICLE: "peg.ebnf.sequence" "Sequence"
 { $examples
     { $example 
        "USING: prettyprint peg.ebnf ;"
-       "\"abbba\" [EBNF rule=\"a\" (\"b\"*) \"a\" EBNF] ."
+       "\"abbba\" [EBNF rule=\"a\" (\"b\")* \"a\" EBNF] ."
        "V{ \"a\" V{ \"b\" \"b\" \"b\" } \"a\" }"
     }
 }