]> gitweb.factorcode.org Git - factor.git/blobdiff - core/make/make-docs.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / core / make / make-docs.factor
index d3ec6c3e57a2db8943e7479881afd3c1f20ce3f5..7808872588b0a90187c06a74306ff6608bb9507b 100644 (file)
@@ -48,7 +48,7 @@ $nl
 "The accumulator sequence can be accessed directly from inside a " { $link make } ":"
 { $subsection building }
 { $example
-  "USING: make math.parser io ;"
+  "USING: make math.parser ;"
   "[ \"Language #\" % CHAR: \\s , 5 # ] \"\" make print"
   "Language # 5"
 }