Skip to content

Commit 311c213

Browse files
authored
RUBY-2861 update BigDecimal documentation for 5.0 (#280)
1 parent eb77ef9 commit 311c213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/bson-v4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ follows:
549549

550550
.. note::
551551

552-
In BSON 5.0, ``decimal128`` will be deserialized into ``BigDecimal`` by
552+
In BSON 5.0, ``decimal128`` is deserialized into ``BigDecimal`` by
553553
default. In order to have ``decimal128`` values in BSON documents
554554
deserialized into ``BSON::Decimal128``, the ``mode: :bson`` option can be set
555555
on ``from_bson``.

0 commit comments

Comments
 (0)