Skip to content

Commit fd8dbed

Browse files
committed
PHPC-145: Typo in example, operators need to use single quotes
1 parent 5c70087 commit fd8dbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $batch->update(
7171
);
7272
$batch->update(
7373
array("citizen" => "Iceland"),
74-
array("$set" => array("viking" => true)),
74+
array('$set' => array("viking" => true)),
7575
array("limit" => 0, "upsert" => false)
7676
);
7777
$batch->update(

0 commit comments

Comments
 (0)