]> gitweb.factorcode.org Git - factor.git/commitdiff
smart-docs output>array typo fix
authorotoburb <otoburb@gmail.com>
Sun, 13 Mar 2011 20:41:15 +0000 (20:41 +0000)
committerotoburb <otoburb@gmail.com>
Mon, 14 Mar 2011 06:07:33 +0000 (06:07 +0000)
basis/combinators/smart/smart-docs.factor

index cdd2744888098932ddd2a9adc78d28ea5c912b67..bc7b88a0fc5753ea9b311ee82b0a89edc191a287 100644 (file)
@@ -23,7 +23,7 @@ HELP: output>array
      { "quot" quotation }
      { "newquot" quotation }
 }
-{ $description "Infers the number or outputs from the quotation and constructs an array from those outputs." }
+{ $description "Infers the number of outputs from the quotation and constructs an array from those outputs." }
 { $examples
     { $example
         "USING: combinators combinators.smart math prettyprint ;