Skip to content

Commit 9830df3

Browse files
author
Chris Cho
authored
fix typo on upgrade page (#249)
1 parent c3e58a0 commit 9830df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Version 4.0 Breaking Changes
100100
- The default BSON representation of ``java.util.UUID`` value was changed
101101
from ``JAVA_LEGACY`` to ``UNSPECIFIED``. Applications that store or retrieve
102102
UUID values must explicitly specify which representation to use. You can
103-
specify the representation in the ``uidRepresentation`` property of
103+
specify the representation in the ``uuidRepresentation`` property of
104104
``MongoClientSettings``.
105105
- The connection pool no longer restricts the number of wait queue threads
106106
or asynchronous tasks that require a connection to MongoDB. The

0 commit comments

Comments
 (0)