sequences.deep: fix typo in description of deep-find word

db4
Keita Haga 2011-01-17 22:33:39 +09:00
parent a2da8f77db
commit 631ba5119a
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ HELP: deep-filter
HELP: deep-find
{ $values { "obj" object } { "quot" { $quotation "( ... elt -- ... ? )" } } { "elt" "an element" } }
{ $description "Gets the first sub-node of the object, in preorder, which satisfies the quotation. If nothing satisifies it, it returns " { $link f } "." }
{ $description "Gets the first sub-node of the object, in preorder, which satisfies the quotation. If nothing satisfies it, it returns " { $link f } "." }
{ $see-also find } ;
HELP: deep-any?