Skip to content

Commit db42bdf

Browse files
committed
Merge pull request #179
2 parents 4bb706d + 2571545 commit db42bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/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)