Skip to content

Commit 62095fe

Browse files
committed
DOCS-9890 model-monetary-data: priceDec field -> price
1 parent 7523177 commit 62095fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/model-monetary-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If you do not want to add a new field with the ``decimal`` value, the
179179
original field can be overwritten. The following
180180
:method:`~db.collection.update()` method first checks that ``price``
181181
exists and that it is a ``long``, then transforms the ``long`` value to
182-
``decimal`` and stores it in the ``priceDec`` field:
182+
``decimal`` and stores it in the ``price`` field:
183183

184184
.. code-block:: javascript
185185

0 commit comments

Comments
 (0)