Skip to content

Commit bd73524

Browse files
authored
DOCSP-48207-404s (#83)
1 parent b4ad08a commit bd73524

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/read/retrieve.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ modifying queries:
121121

122122
* - ``comment()``
123123
- | Specifies a string to attach to the query. This can help you trace and interpret the
124-
operation in the server logs and in profile data. To learn more about query comments,
125-
see :manual:`$comment </reference/operator/query/comment/>` in the MongoDB Server
126-
manual.
127-
124+
operation in the server logs and in profile data.
125+
128126
* - ``hint()``
129127
- | Specifies the index to use for the query.
130128

@@ -169,4 +167,5 @@ To learn more about any of the methods or types discussed in this guide, see the
169167
API documentation:
170168

171169
- `find() <{+api+}/com.mongodb.kotlin.client/-mongo-collection/find.html>`__
172-
- `FindIterable <{+api+}/com.mongodb.kotlin.client/-find-iterable/index.html>`__
170+
- `FindIterable
171+
<{+api+}/com.mongodb.kotlin.client/-find-iterable/index.html>`__

0 commit comments

Comments
 (0)