Merge branch 'master' of git://factorcode.org/git/factor
commit
df646074bd
|
@ -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" } }
|
||||||
|
|
Loading…
Reference in New Issue