Skip to content

Commit 266f5f1

Browse files
committed
edits
1 parent f09d42c commit 266f5f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/connect/connection-options/network-compression.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Network compression is a feature that allows you to compress and
2727
decompress messages sent between your application and MongoDB, reducing
2828
the total amount of data passed over the network.
2929

30-
The driver supports the following compressors:
30+
The {+library-short+} supports the following compressors:
3131

3232
1. `Snappy <https://google.github.io/snappy/>`__
3333
#. `Zlib <https://zlib.net/>`__
@@ -52,7 +52,7 @@ You can do this in two ways:
5252
- Specify the algorithms in your connection string.
5353

5454
The following example shows how to specify Snappy, Zlib, and
55-
Zstandard as the compressors for a connection. Select the :guilabel:`MongoDB\Client`
55+
Zstandard as the compressors for a connection. Select the :guilabel:`MongoDB\\Client`
5656
or :guilabel:`Connection URI` tab to see the corresponding code:
5757

5858
.. tabs::
@@ -88,7 +88,7 @@ an integer value between ``-1`` and ``9``:
8888
- **9:** Best compression but slowest speed.
8989

9090
The following example specifies the ``zlib`` compression algorithm and a
91-
``zlibCompressionLevel`` value of ``1``. Select the :guilabel:`MongoDB\Client`
91+
``zlibCompressionLevel`` value of ``1``. Select the :guilabel:`MongoDB\\Client`
9292
or :guilabel:`Connection URI` tab to see the corresponding code:
9393

9494
.. tabs::

0 commit comments

Comments
 (0)