From baad0671657f97ba9807bbd21e0cc64630ed1af8 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Sun, 6 Sep 2009 16:28:46 -0400 Subject: [PATCH] minor: doc fix --- lib/mongo/collection.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mongo/collection.rb b/lib/mongo/collection.rb index 8b7e149..8379b5b 100644 --- a/lib/mongo/collection.rb +++ b/lib/mongo/collection.rb @@ -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: