]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/utilities/utilities-docs.factor
improve help by linking to types directly.
[factor.git] / basis / furnace / utilities / utilities-docs.factor
index 1d6f90a8e2465ed6098958dfd46dc2ec9278cdc8..1e5d89f8896d3309ecbcd87f1444c76b617dc504 100644 (file)
@@ -72,7 +72,7 @@ HELP: resolve-template-path
 { $description "Resolves a responder-relative template path." } ;
 
 HELP: same-host?
-{ $values { "url" url } { "?" "a boolean" } }
+{ $values { "url" url } { "?" boolean } }
 { $description "Tests if the given URL is located on the same host as the URL of the current request." } ;
 
 HELP: user-agent