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

db4
John Benediktsson 2008-10-05 12:13:38 -07:00
commit df646074bd
1 changed files with 1 additions and 1 deletions

View File

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