]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 7 Sep 2008 06:02:47 +0000 (01:02 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 7 Sep 2008 06:02:47 +0000 (01:02 -0500)
basis/generalizations/generalizations-docs.factor

index a2b318cb391acc20a16c12dab94cc50801debb88..ba53e6c591172d8b77222a36531e9040e9769055 100755 (executable)
@@ -9,7 +9,7 @@ HELP: nsequence
 "that constructs a sequence from the top " { $snippet "n" } " elements of the stack."\r
 }\r
 { $examples\r
-    { $example "CHAR: f CHAR: i CHAR: s CHAR: h 4 \"\" nsequence ." "\"fish\"" }\r
+    { $example "USING: generalizations prettyprint ;" "CHAR: f CHAR: i CHAR: s CHAR: h 4 \"\" nsequence ." "\"fish\"" }\r
 } ;\r
 \r
 HELP: narray\r