Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-10-05 15:14:36 -05:00
commit 9a036b2463
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ HELP: relative-url?
{ $values
{ "url" url }
{ "?" "a boolean" } }
{ $description "Tests whether a given url is relative to a domain." } ;
{ $description "Tests whether a URL is relative." } ;
HELP: secure-protocol?
{ $values { "protocol" string } { "?" "a boolean" } }