sequences.deep: fix typo in description of deep-find word
parent
a2da8f77db
commit
631ba5119a
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue