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.
1 parent 5c70087 commit fd8dbedCopy full SHA for fd8dbed
docs/batch.md
@@ -71,7 +71,7 @@ $batch->update(
71
);
72
$batch->update(
73
array("citizen" => "Iceland"),
74
- array("$set" => array("viking" => true)),
+ array('$set' => array("viking" => true)),
75
array("limit" => 0, "upsert" => false)
76
77
0 commit comments