minor: doc fix

This commit is contained in:
Mike Dirolf 2009-09-06 16:28:46 -04:00
parent 28e3573f47
commit baad067165

View File

@ -240,12 +240,12 @@ module Mongo
update(selector, modifier_obj)
end
# Update a document(s) in this collection.
# Update a single document in this collection.
#
# :spec :: a hash specifying elements which must be present for
# a document to be updated
# :document :: a hash specifying the fields to be changed in the
# selected document(s), or (in the case of an upsert) the document to
# selected document, or (in the case of an upsert) the document to
# be inserted
#
# Options: