diff --git a/reference/mongodb/tutorial/library.xml b/reference/mongodb/tutorial/library.xml index ecfafecc6f..81d1650124 100644 --- a/reference/mongodb/tutorial/library.xml +++ b/reference/mongodb/tutorial/library.xml @@ -1,5 +1,5 @@ - + Using the PHP Library (PHPLIB) @@ -132,7 +132,7 @@ echo "Inserted with Object ID '{$result->getInsertedId()}'"; demo->beers; $result = $collection->find( [ 'name' => 'Hinterland', 'brewery' => 'BrewDog' ] );