]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in help for '$values'
authorEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Thu, 25 Dec 2008 11:34:36 +0000 (05:34 -0600)
committerEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Thu, 25 Dec 2008 11:34:36 +0000 (05:34 -0600)
basis/help/help-docs.factor

index 4a06235c691507ca669e3e1c29c3671773f0b5b9..a699747048be0a675e9136f4e8ce3226a6014e91 100644 (file)
@@ -327,7 +327,7 @@ HELP: $table
 
 HELP: $values
 { $values { "element" "an array of pairs of markup elements" } }
-{ $description "Prints the description of arguments and values found on every word help page. The first element of a pair is the argument name and is output with " { $link $snippet } ". The remainder is either a single class word, or an element. If it is a class word " { $snippet "class" } ", it is intereted as if it were shorthand for " { $snippet "{ $instance class }" } "." }
+{ $description "Prints the description of arguments and values found on every word help page. The first element of a pair is the argument name and is output with " { $link $snippet } ". The remainder is either a single class word, or an element. If it is a class word " { $snippet "class" } ", it is inserted as if it were shorthand for " { $snippet "{ $instance class }" } "." }
 { $see-also $maybe $instance $quotation } ;
 
 HELP: $instance