]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/traversal/traversal-docs.factor
improve help by linking to types directly.
[factor.git] / basis / xml / traversal / traversal-docs.factor
index 39c3951043f11357de4b0f4c0ce5bf5a61a33e72..fb7109eebba96d7f79a87ce3ffd81e175833c064 100644 (file)
@@ -49,7 +49,7 @@ HELP: deep-tags-named
 { $see-also tag-named deep-tag-named tags-named } ;
 
 HELP: children>string
-{ $values { "tag" "an XML tag or document" } { "string" "a string" } }
+{ $values { "tag" "an XML tag or document" } { "string" string } }
 { $description "Concatenates the children of the tag, throwing an exception when there is a non-string child." } ;
 
 HELP: children-tags
@@ -86,5 +86,5 @@ HELP: tags-named
 { $see-also deep-tag-named deep-tags-named tag-named } ;
 
 HELP: get-id
-{ $values { "tag" "an XML tag or document" } { "id" "a string" } { "elem" "an XML element or f" } }
+{ $values { "tag" "an XML tag or document" } { "id" string } { "elem" "an XML element or f" } }
 { $description "Finds the XML tag with the specified id, ignoring the namespace." } ;