Skip to content

Commit 66bad83

Browse files
committed
wip
1 parent f13400c commit 66bad83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/connection-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Connection Options
7171

7272
The following sections describe the connection options available in the
7373
{+driver-short+}. Each option shows the option-value pair you can use in a
74-
connection URI and the builder method to set it within a
74+
connection URI and, if available, the driver method to set it within a
7575
``MongoClientSettings`` instance.
7676

7777
Network Compression
@@ -89,7 +89,7 @@ Network Compression
8989
or received from the server. The driver uses the first of these compression types
9090
that the server supports.
9191
|
92-
| **Data Type**: Comma-delimited string of compressors
92+
| **Data Type**: comma-delimited string
9393
| **MongoClientSettings**: ``compressorList(listOf(<MongoCompressor>))``
9494
| **Connection URI**: ``compressors=snappy,zstd,zlib``
9595

0 commit comments

Comments
 (0)