Skip to content

Commit 8ba01bf

Browse files
committed
feedback
1 parent a1597a8 commit 8ba01bf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

source/connect/client.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ deployment on port ``27017`` of ``localhost``:
9696
:language: php
9797
:copyable: true
9898

99-
.. tip:: Reuse Your Client
100-
101-
Because each ``MongoDB\Client`` object represents a pool of connections to the
102-
database, you can use a single instance of the class across multiple requests.
103-
10499
API Documentation
105100
-----------------
106101

source/includes/connect/client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$client = new MongoDB\Client("mongodb://localhost:27017");
3+
$client = new MongoDB\Client("mongodb://localhost:27017");

0 commit comments

Comments
 (0)