Skip to content

Commit 28de7ae

Browse files
Merge pull request #48 from nehresma/master
Minor documentation fix
2 parents 5c2684d + 50e4a38 commit 28de7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We can update the previous document using the `update` method. There are a coupl
110110

111111
Or we can use an atomic operator to change a single value:
112112

113-
coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"`)
113+
coll.update({"_id" => doc["_id"]}, {"$set" => {"name" => "MongoDB Ruby"}})
114114

115115
Read [more about updating documents|Updating].
116116

0 commit comments

Comments
 (0)