File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ code more type-safe and improve your applications {+language+}
31
31
interoperability.
32
32
33
33
The extensions library also allows you to construct
34
- queries, update documents, and other statements by using infix notation.
35
- To learn more about this notation, see `Infix notation
34
+ queries, update documents, and write other statements by using infix
35
+ notation. To learn more about this notation, see `Infix notation
36
36
<{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
37
37
{+language+} reference documentation.
38
38
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ operations.
179
179
val filter = Jedi::name eq "Luke Skywalker"
180
180
collection.deleteOne(filter)
181
181
182
- To learn more and view examples that use all of the builder
182
+ To learn more and view examples that use all the builder
183
183
classes, see the :ref:`kotlin-builders-data-classes` guide.
184
184
185
185
.. tab::
@@ -299,7 +299,7 @@ Both drivers provide support for type-safe queries using property references.
299
299
300
300
val results = collection.find<Result>(filter).projection(projection)
301
301
302
- To learn more and view examples that use all of the builder
302
+ To learn more and view examples that use all the builder
303
303
classes, see the :ref:`kotlin-builders-data-classes` guide.
304
304
305
305
.. tab::
You can’t perform that action at this time.
0 commit comments