Help lint fixes for urls.encoding and mongodb.driver
parent
1cf6bb7f99
commit
949b527ed5
|
@ -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"
|
||||
}
|
||||
} ;
|
||||
|
||||
|
|
|
@ -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." } ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue