Skip to content

Commit b056571

Browse files
committed
fixes
1 parent 20c31c6 commit b056571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interoperability.
3333
.. note::
3434

3535
This page provides a limited number of code
36-
examples to demonstrate this functionality. To view examples for all of
36+
examples to demonstrate this functionality. To view examples for all
3737
the builder classes, see the :ref:`kotlin-builders-landing` guides.
3838

3939
Add {+language+} Extensions to Your Project
@@ -77,9 +77,9 @@ dependency to your project by using the :guilabel:`Gradle` and
7777

7878
After you install the extensions dependency, you can use the extension
7979
methods by importing classes and methods from the
80-
``com.mongodb.kotlin.client.model`` path. The standard builder classes
81-
and methods are accessible from the ``com.mongodb.client.model`` path,
82-
which allows you to mix calls that reference string field names and data
80+
``com.mongodb.kotlin.client.model`` path. You can access the standard
81+
builder classes and methods from the ``com.mongodb.client.model`` path,
82+
so you can mix calls that reference string field names and data
8383
class properties in the same application.
8484

8585
Builders Examples

0 commit comments

Comments
 (0)