Skip to content

Commit 381bb9a

Browse files
committed
Fix typo in 4.0 upgrading guide
1 parent 5640ad5 commit 381bb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/content/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ process is as seamless as possible. Breaking changes are as follows:
1919
3.12 release, so if you compile your application with 3.12 and enable deprecation warnings in the compiler, you will be
2020
able to locate all uses of these API elements and follow the recommendations contained in the Javadoc for each API element
2121
to remove usage from your application. Most of these API elements are unlikely to be used by normal applications, but one bears
22-
mentioning explicitly: the entire callback-baked asynchronous driver has been removed. Applications relying on this driver must either
22+
mentioning explicitly: the entire callback-based asynchronous driver has been removed. Applications relying on this driver must either
2323
port their application to the Reactive Streams driver, or else must remain on a 3.x driver release.
2424
* While the `com.mongodb.MongoClient#getDB` method is deprecated in 3.x drivers, it has not been removed in this release. It will remain
2525
at least until the next major release cycle.

0 commit comments

Comments
 (0)