]> gitweb.factorcode.org Git - factor.git/blobdiff - core/namespaces/namespaces-docs.factor
minor cleanup to some docs.
[factor.git] / core / namespaces / namespaces-docs.factor
index 0c77bbb3ce2fd0521ff3027665543fcd848334e5..0b2928f5b1833342bdec7b482512776614a975f6 100644 (file)
@@ -65,7 +65,7 @@ $nl
 ABOUT: "namespaces"
 
 HELP: get
-{ $values { "variable" "a variable, by convention a symbol" } { "value" "the value, or " { $link f } } }
+{ $values { "variable" "a variable, by convention a symbol" } { "value" { $maybe "the value" } } }
 { $description "Searches the name stack for a namespace containing the variable, and outputs the associated value. If no such namespace is found, outputs " { $link f } "." } ;
 
 HELP: set