]> gitweb.factorcode.org Git - factor.git/commitdiff
Typo in "make.factor" documentation
authorotoburb <otoburb@gmail.com>
Tue, 11 Jan 2011 03:00:14 +0000 (03:00 +0000)
committerotoburb <otoburb@gmail.com>
Mon, 14 Mar 2011 06:07:32 +0000 (06:07 +0000)
core/make/make-docs.factor

index 2cbf82ae33228312c16a45a99588dd644903a8a0..2a74af7049bbe4be9ac69a9503d3c8c16d028234 100644 (file)
@@ -37,7 +37,7 @@ $nl
 { $code "'[ 2 _ + ]" } ;
 
 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
 "Sequence construction is wrapped in a combinator:"
 { $subsections make }