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

db4
Slava Pestov 2009-07-13 10:44:34 -05:00
commit 5e71bf7907
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ HELP: assoc>query
"USING: io urls.encoding ;"
"{ { \"from\" \"Lead\" } { \"to\" \"Gold, please\" } }"
"assoc>query print"
"from=Lead&to=Gold%2c%20please"
"from=Lead&to=Gold%2C%20please"
}
} ;

View File

@ -76,7 +76,7 @@ HELP: count
HELP: create-collection
{ $values
{ "name" "collection name" }
{ "name/collection" "collection name" }
}
{ $description "Creates a new collection with the given name." } ;