File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/fundamentals/builders Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ interoperability.
33
33
.. note::
34
34
35
35
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
37
37
the builder classes, see the :ref:`kotlin-builders-landing` guides.
38
38
39
39
Add {+language+} Extensions to Your Project
@@ -77,9 +77,9 @@ dependency to your project by using the :guilabel:`Gradle` and
77
77
78
78
After you install the extensions dependency, you can use the extension
79
79
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
83
83
class properties in the same application.
84
84
85
85
Builders Examples
You can’t perform that action at this time.
0 commit comments