minor: typo

This commit is contained in:
Mike Dirolf 2010-08-17 10:08:48 -04:00
parent 7bb59610b7
commit 56aa67f4fe
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ module Mongo
# @option opts [String] :out (nil) the name of the output collection. If specified, the collection will not be treated as temporary.
# @option opts [Boolean] :keeptemp (false) if true, the generated collection will be persisted. default is false.
# @option opts [Boolean ] :verbose (false) if true, provides statistics on job execution time.
# @options opts [Boolean] :raw (false) if true, return the raw result object from the map_reduce command, and not
# @option opts [Boolean] :raw (false) if true, return the raw result object from the map_reduce command, and not
# the instantiated collection that's returned by default.
#
# @return [Collection] a collection containing the results of the operation.