Skip to content

Commit 0c0f1de

Browse files
committed
add cross link
1 parent d06be1f commit 0c0f1de

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

source/fundamentals/builders/aggregates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ modeled by the following ``Movie`` data class for use with the Kotlin driver:
5858

5959
You can use methods from the ``Aggregates`` and
6060
``Accumulators`` classes directly with data class
61-
properties by adding the optional {+driver-short +} extensions
61+
properties by adding the optional {+driver-short+} extensions
6262
dependency to your application. To learn more and view examples, see
6363
the :ref:`kotlin-builders-data-classes` guide.
6464

source/fundamentals/builders/filters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ with the Kotlin driver:
8585
.. tip:: Filters and Data Class Properties
8686

8787
You can use methods from the ``Filters`` class directly with data class
88-
properties by adding the optional {+driver-short +} extensions
88+
properties by adding the optional {+driver-short+} extensions
8989
dependency to your application. To learn more and view examples, see
9090
the :ref:`kotlin-builders-data-classes` guide.
9191

source/fundamentals/builders/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ instance, which you can pass to
4848
.. tip:: Indexes and Data Class Properties
4949

5050
You can use methods from the ``Indexes`` class directly with data class
51-
properties by adding the optional {+driver-short +} extensions
51+
properties by adding the optional {+driver-short+} extensions
5252
dependency to your application. To learn more and view examples, see
5353
the :ref:`kotlin-builders-data-classes` guide.
5454

source/fundamentals/builders/projections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following data class is used to represent the documents in the collection:
9898
.. tip:: Projections and Data Class Properties
9999

100100
You can use methods from the ``Projections`` class directly with data class
101-
properties by adding the optional {+driver-short +} extensions
101+
properties by adding the optional {+driver-short+} extensions
102102
dependency to your application. To learn more and view examples, see
103103
the :ref:`kotlin-builders-data-classes` guide.
104104

source/fundamentals/builders/sort.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This data is modeled with the following Kotlin data class:
5656
.. tip:: Sorts and Data Class Properties
5757

5858
You can use methods from the ``Sorts`` class directly with data class
59-
properties by adding the optional {+driver-short +} extensions
59+
properties by adding the optional {+driver-short+} extensions
6060
dependency to your application. To learn more and view examples, see
6161
the :ref:`kotlin-builders-data-classes` guide.
6262

source/fundamentals/builders/updates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This example is modeled by the following data class unless otherwise noted:
7171
.. tip:: Updates and Data Class Properties
7272

7373
You can use methods from the ``Updates`` class directly with data class
74-
properties by adding the optional {+driver-short +} extensions
74+
properties by adding the optional {+driver-short+} extensions
7575
dependency to your application. To learn more and view examples, see
7676
the :ref:`kotlin-builders-data-classes` guide.
7777

source/fundamentals/data-formats/document-data-format-data-class.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ as shown in the following code:
6060

6161
DataStorage(productName=tape, capacity=5.0)
6262

63+
.. tip:: Builders for Data Class Properties
64+
65+
You can use methods from builder classes directly with data class
66+
properties by adding the optional {+driver-short+} extensions
67+
dependency to your application. To learn more and view examples, see
68+
the :ref:`kotlin-builders-data-classes` guide.
69+
6370
You specify a class for documents returned from a collection, even if it
6471
is different than the class you specified when retrieving the
6572
collection.

0 commit comments

Comments
 (0)