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.
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
3939Add {+language+} Extensions to Your Project
@@ -77,9 +77,9 @@ dependency to your project by using the :guilabel:`Gradle` and
7777
7878After you install the extensions dependency, you can use the extension
7979methods 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
8383class properties in the same application.
8484
8585Builders Examples
You can’t perform that action at this time.
0 commit comments