From af536f2a39a80a08495e16c069432ec5401c8285 Mon Sep 17 00:00:00 2001 From: Giftpflanze Date: Tue, 16 Mar 2021 02:33:11 +0000 Subject: [PATCH] peg: Fix documentation --- basis/peg/peg-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/peg/peg-docs.factor b/basis/peg/peg-docs.factor index 6e387d329e..d21240f245 100644 --- a/basis/peg/peg-docs.factor +++ b/basis/peg/peg-docs.factor @@ -93,7 +93,7 @@ HELP: optional } { $description "Returns a parser that parses 0 or 1 instances of the " { $snippet "parser" } ". The AST produced is " - { $link f } " if 0 instances are parsed the AST produced is " { $link f } ", otherwise it is the AST produced by " { $snippet "parser" } "." } ; + { $link f } " if 0 instances are parsed, otherwise it is the AST produced by " { $snippet "parser" } "." } ; HELP: semantic { $values -- 2.34.1