Typo in "make.factor" documentation

db4
otoburb 2011-01-11 03:00:14 +00:00
parent 5dab713692
commit aafc885060
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $nl
{ $code "'[ 2 _ + ]" } ; { $code "'[ 2 _ + ]" } ;
ARTICLE: "namespaces-make" "Making sequences with variables" ARTICLE: "namespaces-make" "Making sequences with variables"
"The " { $vocab-link "make" } " vocabulary implements a facility for constructing sequences by holding an collector sequence in a variable. Storing the collector sequence in a variable rather than the stack may allow code to be written with less stack manipulation." "The " { $vocab-link "make" } " vocabulary implements a facility for constructing sequences by holding a collector sequence in a variable. Storing the collector sequence in a variable rather than the stack may allow code to be written with less stack manipulation."
$nl $nl
"Sequence construction is wrapped in a combinator:" "Sequence construction is wrapped in a combinator:"
{ $subsections make } { $subsections make }