From 56aa67f4fe8a5a66b8ff4adee72d94228f128247 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Tue, 17 Aug 2010 10:08:48 -0400 Subject: [PATCH] minor: typo --- lib/mongo/collection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/collection.rb b/lib/mongo/collection.rb index 7fc0a87..06ea710 100644 --- a/lib/mongo/collection.rb +++ b/lib/mongo/collection.rb @@ -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.