Skip to content

Commit 6edee5e

Browse files
committed
build error
1 parent fd3bf18 commit 6edee5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/crud/query-documents.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Query Documents
1212

1313
Specify a Query </crud/query-documents/specify-query>
1414
Find Documents </crud/query-documents/find>
15+
Specify Which Fields to Return </crud/query-documents/project>
1516
Limit Returned Results </crud/query-documents/limit>
1617
Sort Results </crud/query-documents/sort>
1718
Skip Returned Results </crud/query-documents/skip>

source/security/tls.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,22 @@ using a method in the ``MongoClientSettings.Builder`` class.
137137
:header-rows: 1
138138

139139
* - Method
140-
- Description
140+
- Description
141141

142142
* - ``applyConnectionString()``
143-
- Uses the settings from a ``ConnectionString`` object.
143+
- Uses the settings from a ``ConnectionString`` object.
144144

145145
* - ``applySettings()``
146-
- Uses the TLS/SSL settings specified in a ``SslSettings`` object.
146+
- Uses the TLS/SSL settings specified in a ``SslSettings`` object.
147147

148148
* - ``context()``
149-
- Sets the ``SSLContext`` for use when you enable TLS/SSL.
149+
- Sets the ``SSLContext`` for use when you enable TLS/SSL.
150150

151151
* - ``enabled()``
152-
- Whether to enable TLS/SSL. (You must enable this for Atlas clusters.)
152+
- Whether to enable TLS/SSL. (You must enable this for Atlas clusters.)
153153

154154
* - ``invalidHostNameAllowed()``
155-
- Whether to allow a mismatch between the server’s hostname and the
156-
hostname specified by the TLS certificate.
155+
- Whether to allow a mismatch between the server's hostname and the hostname specified by the TLS certificate.
157156

158157
.. _tls_configure-certificates:
159158

0 commit comments

Comments
 (0)