From: Eduardo Cavazos Date: Thu, 25 Dec 2008 11:34:36 +0000 (-0600) Subject: Fix typo in help for '$values' X-Git-Tag: 0.94~2205^2~6 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=924c0754505814ab37880ed8660cce2a1e32a8e9 Fix typo in help for '$values' --- diff --git a/basis/help/help-docs.factor b/basis/help/help-docs.factor index 4a06235c69..a699747048 100644 --- a/basis/help/help-docs.factor +++ b/basis/help/help-docs.factor @@ -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