]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/generalizations/generalizations-docs.factor
docs: fix spacing
[factor.git] / basis / sequences / generalizations / generalizations-docs.factor
index 5962921e5cdd3f5ffa8892b26db1b8b268e89cc5..1e1472691308b6470c52f9185e5df1a914d11bed 100644 (file)
@@ -50,7 +50,7 @@ HELP: firstn
 
 HELP: ?firstn
 { $values { "n" integer } }
-{ $description "A generalization of " { $link ?first } " that pushes the first " { $snippet "n" } " elements of a sequence on the stack, or " { $link f }  " if the sequence is shorter than the requested number of elements." }
+{ $description "A generalization of " { $link ?first } " that pushes the first " { $snippet "n" } " elements of a sequence on the stack, or " { $link f } " if the sequence is shorter than the requested number of elements." }
 { $examples
     "Some core words expressed in terms of " { $link ?firstn } ":"
     { $table