Fix typo in error message for Collection#group

This commit is contained in:
Mani Tadayon 2011-02-15 17:42:54 -08:00 committed by Kyle Banker
parent c11e875813
commit 9772328948
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ module Mongo
if opts.is_a?(Hash) if opts.is_a?(Hash)
return new_group(opts) return new_group(opts)
else else
warn "Collection#group no longer take a list of paramters. This usage is deprecated." + warn "Collection#group no longer take a list of parameters. This usage is deprecated." +
"Check out the new API at http://api.mongodb.org/ruby/current/Mongo/Collection.html#group-instance_method" "Check out the new API at http://api.mongodb.org/ruby/current/Mongo/Collection.html#group-instance_method"
end end