Skip to content

Commit 64c4014

Browse files
committed
Merge pull request #18 from serebro/patch-1
Syntax error typo
2 parents 62f8413 + 18dcc7d commit 64c4014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ examples uses the low-level `mongodb` PHP driver:
1313
$file = "http://media.mongodb.org/zips.json";
1414
$zips = file($file, FILE_IGNORE_NEW_LINES);
1515

16-
$bulk = new MongoDB\Driver\BulkWrite());
16+
$bulk = new MongoDB\Driver\BulkWrite();
1717

1818
foreach ($zips as $string) {
1919
$document = json_decode($string);

0 commit comments

Comments
 (0)