]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in tuple.facts
authorwayo.cavazos <wayo.cavazos@gmail.com>
Wed, 7 Jun 2006 09:24:43 +0000 (09:24 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Wed, 7 Jun 2006 09:24:43 +0000 (09:24 +0000)
library/generic/tuple.facts

index 21693b44f046b9be0ce6e316cebb83d861e6f825..54146a31e25a95be464315b0c1a64340c8497216 100644 (file)
@@ -66,7 +66,7 @@ HELP: is? "( obj quot -- ? )"
 { $values { "obj" "an object" } { "quot" "a quotation with stack effect " { $snippet "( obj -- ? )" } } { "?" "a boolean" } }
 { $description "Tests if the object or one of its delegates satisfies the predicate quotation."
 $terpri
-"Class membership test pridicates only test if an object is a direct instance of that class. Sometimes, you need to check delegates, since this gives a clearer picture of what operations the object supports." } ;
+"Class membership test predicates only test if an object is a direct instance of that class. Sometimes, you need to check delegates, since this gives a clearer picture of what operations the object supports." } ;
 
 HELP: >tuple "( seq -- tuple )"
 { $values { "seq" "a sequence" } { "tuple" "a new tuple" } }