]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/deep/deep-docs.factor
improve help by linking to types directly.
[factor.git] / basis / sequences / deep / deep-docs.factor
index 5f75f0b237bd8970f24775adc24fe61368c3c521..d2661d6d41451554e321ade508aac82f4e4c9a1d 100644 (file)
@@ -26,7 +26,7 @@ HELP: deep-find
 { $see-also find } ;
 
 HELP: deep-any?
-{ $values { "obj" object } { "quot" { $quotation ( ... elt -- ... ? ) } } { "?" "a boolean" } }
+{ $values { "obj" object } { "quot" { $quotation ( ... elt -- ... ? ) } } { "?" boolean } }
 { $description "Tests whether the given object or any subnode satisfies the given quotation." }
 { $see-also any? } ;