Merge branch 'master' of git://factorcode.org/git/factor
commit
5e71bf7907
|
@ -26,7 +26,7 @@ HELP: assoc>query
|
||||||
"USING: io urls.encoding ;"
|
"USING: io urls.encoding ;"
|
||||||
"{ { \"from\" \"Lead\" } { \"to\" \"Gold, please\" } }"
|
"{ { \"from\" \"Lead\" } { \"to\" \"Gold, please\" } }"
|
||||||
"assoc>query print"
|
"assoc>query print"
|
||||||
"from=Lead&to=Gold%2c%20please"
|
"from=Lead&to=Gold%2C%20please"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ HELP: count
|
||||||
|
|
||||||
HELP: create-collection
|
HELP: create-collection
|
||||||
{ $values
|
{ $values
|
||||||
{ "name" "collection name" }
|
{ "name/collection" "collection name" }
|
||||||
}
|
}
|
||||||
{ $description "Creates a new collection with the given name." } ;
|
{ $description "Creates a new collection with the given name." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue