]> gitweb.factorcode.org Git - factor.git/commitdiff
definitions: import of make vocab in refactored a.factor
authorKeita Haga <keitahaga@mail.com>
Sat, 19 Feb 2011 19:53:35 +0000 (04:53 +0900)
committerKeita Haga <keitahaga@mail.com>
Sat, 19 Feb 2011 19:53:35 +0000 (04:53 +0900)
core/definitions/definitions-docs.factor

index 049104e61c164e4e3bc3cff54faaa30a4942b89c..390ecd1b73d03e13af99750aeb4c606fcc1b8148 100644 (file)
@@ -34,7 +34,7 @@ $nl
 $nl
 "Now, after some heavily editing and refactoring, the file looks like this:"
 { $code
-    "USING: namespaces ;"
+    "USING: make namespaces ;"
     "IN: a"
     ": hello ( -- ) \"Hello\" % ;"
     ": hello-world ( -- str ) [ hello \" \" % world ] \"\" make ;"