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+}
3131interoperability.
3232
3333The 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
3636<{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
3737{+language+} reference documentation.
3838
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ operations.
179179 val filter = Jedi::name eq "Luke Skywalker"
180180 collection.deleteOne(filter)
181181
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
183183 classes, see the :ref:`kotlin-builders-data-classes` guide.
184184
185185 .. tab::
@@ -299,7 +299,7 @@ Both drivers provide support for type-safe queries using property references.
299299
300300 val results = collection.find<Result>(filter).projection(projection)
301301
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
303303 classes, see the :ref:`kotlin-builders-data-classes` guide.
304304
305305 .. tab::
You can’t perform that action at this time.
0 commit comments