peg: remove trailing whitespace from docs.
parent
4e219f04c7
commit
338e99e434
|
@ -164,7 +164,7 @@ HELP: delay
|
|||
{ $description
|
||||
"Delays the construction of a parser until it is actually required to parse. This "
|
||||
"allows for calling a parser that results in a recursive call to itself. The quotation "
|
||||
"should return the constructed parser and is called the first time the parser is run."
|
||||
"should return the constructed parser and is called the first time the parser is run. "
|
||||
"The compiled result is memoized for future runs. See " { $link box } " for a word "
|
||||
"that calls the quotation at compile time." } ;
|
||||
|
||||
|
@ -175,6 +175,6 @@ HELP: box
|
|||
}
|
||||
{ $description
|
||||
"Delays the construction of a parser until the parser is compiled. The quotation "
|
||||
"should return the constructed parser and is called when the parser is compiled."
|
||||
"should return the constructed parser and is called when the parser is compiled. "
|
||||
"The compiled result is memoized for future runs. See " { $link delay } " for a word "
|
||||
"that calls the quotation at runtime." } ;
|
||||
|
|
Loading…
Reference in New Issue