Skip to content

Commit 214b088

Browse files
committed
Merge pull request #179
2 parents 6b2aa21 + 8a23238 commit 214b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/crud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $collection = (new MongoDB\Client)->demo->zips;
136136
137137
$document = $collection->findOne(
138138
['_id' => '10011'],
139-
['projection' => ['pop => 1']]
139+
['projection' => ['pop' => 1]]
140140
);
141141
142142
var_dump($document);

0 commit comments

Comments
 (0)