]> gitweb.factorcode.org Git - factor.git/commitdiff
definitions: remove unused vocabulary in refactored a.factor
authorKeita Haga <keitahaga@mail.com>
Thu, 24 Feb 2011 06:37:41 +0000 (15:37 +0900)
committerKeita Haga <keitahaga@mail.com>
Thu, 24 Feb 2011 06:37:41 +0000 (15:37 +0900)
core/definitions/definitions-docs.factor

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