Merge pull request #48 from nehresma/master

Minor documentation fix
This commit is contained in:
gerald-lindsly 2011-06-24 21:41:55 -07:00
commit 4a319f508f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ We can update the previous document using the `update` method. There are a coupl
Or we can use an atomic operator to change a single value:
coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"`)
coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"}})
Read [more about updating documents|Updating].