We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c2684d + 50e4a38 commit 28de7aeCopy full SHA for 28de7ae
source/TUTORIAL.md
@@ -110,7 +110,7 @@ We can update the previous document using the `update` method. There are a coupl
110
111
Or we can use an atomic operator to change a single value:
112
113
- coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"`)
+ coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"}})
114
115
Read [more about updating documents|Updating].
116
0 commit comments