File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manual/source/data-modeling/enforce-consistency
v7.0/source/data-modeling/enforce-consistency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The following example enforces data consistency in an e-commerce
47
47
application. In the initial schema, product information is duplicated in
48
48
the ``products`` and ``sellers`` collections. The ``sellerId`` field in
49
49
the ``products`` collection is a :ref:`reference
50
- <data-modeling-referencing>` to to the ``sellers`` collection, and links
50
+ <data-modeling-referencing>` to the ``sellers`` collection, and links
51
51
the data together.
52
52
53
53
.. code-block:: javascript
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The following example enforces data consistency in an e-commerce
47
47
application. In the initial schema, product information is duplicated in
48
48
the ``products`` and ``sellers`` collections. The ``sellerId`` field in
49
49
the ``products`` collection is a :ref:`reference
50
- <data-modeling-referencing>` to to the ``sellers`` collection, and links
50
+ <data-modeling-referencing>` to the ``sellers`` collection, and links
51
51
the data together.
52
52
53
53
.. code-block:: javascript
You can’t perform that action at this time.
0 commit comments