Skip to content

Commit bb5f224

Browse files
committed
Midtown is not a borough
1 parent 6602279 commit bb5f224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/update.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Update multiple documents
1111

12-
client[:restaurants].find('address.zipcode' => '10016').update_many('$set'=> { 'borough' => 'Midtown' },
12+
client[:restaurants].find('address.zipcode' => '10016').update_many('$set'=> { 'borough' => 'Manhattan' },
1313
'$currentDate' => { 'lastModified' => true })
1414

1515
# Replace the contents of a single document

0 commit comments

Comments
 (0)