Skip to content

Commit 11d4686

Browse files
committed
wip
1 parent 19278b9 commit 11d4686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/fundamentals/builders/builders-data-classes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ code more type-safe and improve your applications {+language+}
3131
interoperability.
3232

3333
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
3636
<{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
3737
{+language+} reference documentation.
3838

source/migrate-kmongo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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::

0 commit comments

Comments
 (0)