Skip to content

Commit 0a0a036

Browse files
committed
edit tab copy
1 parent 3740ec8 commit 0a0a036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/connection/connection-pools.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ You can specify settings for your connection pool using either a connection
5151
string or by passing a ``MongoClientSettings`` object to the
5252
``MongoClients.create()`` method.
5353

54-
The following code creates a client with a maximum connection pool size of ``50``
55-
by using either a connection String or MongoClientSettings
56-
object:
54+
The following code creates a client with a maximum connection pool size of ``50``.
55+
Select the :guilabel:`Connection String` or :guilabel:`MongoClientSettings` tab to
56+
see the corresponding syntax:
5757

5858
.. tabs::
5959

0 commit comments

Comments
 (0)