Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jan 14, 2025
1 parent 20c31c6 commit b056571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/fundamentals/builders/builders-data-classes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interoperability.
.. note::

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

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

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

Builders Examples
Expand Down

0 comments on commit b056571

Please sign in to comment.