]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/urls/encoding/encoding-docs.factor
improve help by linking to types directly.
[factor.git] / basis / urls / encoding / encoding-docs.factor
index 1f2b6e8e47f23d70d6b42ee764932400bc3da4c9..e4947d602140495fe53450d6bdb15ee1c4e7a209 100644 (file)
@@ -1,4 +1,4 @@
-USING: strings help.markup help.syntax assocs urls ;
+USING: assocs help.markup help.syntax kernel strings ;
 IN: urls.encoding
 
 HELP: url-decode
@@ -14,7 +14,7 @@ HELP: url-encode-full
 { $description "URL-encodes a string, including all reserved characters, such as \"/\"." } ;
 
 HELP: url-quotable?
-{ $values { "ch" "a character" } { "?" "a boolean" } }
+{ $values { "ch" "a character" } { "?" boolean } }
 { $description "Tests if a character be used without URL-encoding in a URL." } ;
 
 HELP: assoc>query