Skip to content

Commit 50e4a38

Browse files
committed
minor documentation typo fix
1 parent 5c2684d commit 50e4a38

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)