Skip to content

Commit 8930a12

Browse files
committed
nb feedback
1 parent d7888ab commit 8930a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/connect/mongoclient.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ A standard connection string includes the following components:
6969

7070
- Optional. The authentication database to use if the
7171
connection string includes ``username:password@``
72-
authentication credentials but not the ``authSource`` option. If you don't include
72+
authentication credentials but not the ``authSource`` option.
73+
When you call client.db() with no argument, this is the database that is used. If you don't include
7374
this component, the client authenticates the user against the ``admin`` database.
7475

7576
* - ``?<options>``

0 commit comments

Comments
 (0)