]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/environment-docs.factor
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
[factor.git] / basis / environment / environment-docs.factor
index 6129b07302e1a19f5421feedb0dcdf81bd00e558..823c9b35a41bb31b0293ae9d0350f8569523737a 100644 (file)
@@ -31,7 +31,7 @@ HELP: os-env
 } ;
 
 HELP: change-os-env
-{ $values { "key" string } { "quot" { $quotation "( old -- new )" } } }
+{ $values { "key" string } { "quot" { $quotation ( old -- new ) } } }
 { $description "Applies a quotation to change the value stored in an environment variable." }
 { $examples
     "This is an operating system-specific feature. On Unix, you can do:"