8000 fix more autobuilder errs · nickldp/docs-kotlin@04d9f4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 04d9f4f

Browse files
committed
fix more autobuilder errs
1 parent fc9147e commit 04d9f4f

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ connection behavior:
8484
:ref:`TLS/SSL settings <mcs-ssl-settings>`.
8585

8686
* - ``autoEncryptionSettings()``
87-
- | Sets the :ref:`auto-encryption settings <auto-encryption-decryption-kotlin>`.
87+
- | Sets the auto-encryption settings.
8888
|
8989
| If you omit ``keyVaultClient`` or set
9090
| ``bypassAutomaticEncryption`` to false in your
@@ -96,18 +96,28 @@ connection behavior:
9696
| omitting the ``AutoEncryptionSettings``.
9797

9898
* - ``codecRegistry()``
99-
- Sets the :ref:`codec registry <codecs-codecregistry>`.
99+
- Sets the codec registry.
100+
101+
.. TODO:(DOCSP-30004) set sentence above to
102+
.. Sets the :ref:`codec registry <codecs-codecregistry>`.
100103

101104
* - ``commandListenerList()``
102105
- Sets the :ref:`command listeners <command-events-kotlin>`.
103106

104107
* - ``compressorList()``
105-
- Sets the :ref:`compressors <compression>` to use for compressing
108+
- Sets the compressors to use for compressing
106109
messages to the server.
107110

111+
.. TODO(DOCSP-29268) set sentence above to
112+
.. Sets the :ref:`compressors <compression>` to use for compressing
113+
.. messages to the server.
114+
108115
* - ``credential()``
109116
- Sets the :ref:`credential <authentication-mechanisms-kotlin>`.
110117

118+
.. TODO:(DOCSP-29261) set sentence above to
119+
.. Sets the :ref:`credential <authentication-mechanisms-kotlin>`.
120+
111121
* - ``readConcern()``
112122
- Sets the :manual:`read concern </reference/read-concern/>`.
113123

source/fundamentals/crud/read-operations/change-streams.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ following text:
8282
...
8383
}
8484

85-
For a runnable example, see the :ref:`<kotlin-usage-watch>` usage example page.
85+
.. TODO:(DOCSP-29258) add in
86+
.. For a runnable example, see the :ref:`<kotlin-usage-watch>` usage example page.
8687

8788
To learn more about the ``watch()`` method, see the following API
8889
documentation:

source/fundamentals/crud/read-operations/project.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ all fields in matching documents. You can use a **projection** to return
2525
only the data you need.
2626

2727
A projection is a document that instructs MongoDB which fields of a
28-
document to return. Use the :ref:`Projections <projections-builders>` class
28+
document to return. Use the ``Projections`` class
2929
to construct a projection document.
3030

31+
.. TODO:(DOCSP-29264) refactor last sentence of above to be following
32+
.. Use the :ref:`Projections <projections-builders>` class
33+
.. to construct a projection document.
34+
3135
Behavior
3236
--------
3337

0 commit comments

Comments
 (0)
0