diff --git a/source/fundamentals/connection/connection-options.txt b/source/fundamentals/connection/connection-options.txt index be66c39d..4774a762 100644 --- a/source/fundamentals/connection/connection-options.txt +++ b/source/fundamentals/connection/connection-options.txt @@ -306,15 +306,11 @@ relevant options. readPreference=primaryPreferred &maxStalenessSeconds=90 &readPreferenceTags=dc:ny,rack:1 - - | - - .. tip:: - - You can include the ``readPreferenceTags`` parameter in the connection URI more - than once. If you do, the client treats each instance as a separate tag set. - The order of the tags in the URI determines the order for read preference. You can - use this parameter only if the read-preference mode is not ``primary``. + + | You can include the ``readPreferenceTags`` parameter in the connection URI more + than once. If you do, the client treats each instance as a separate tag set. + The order of the tags in the URI determines the order for read preference. You can + use this parameter only if the read-preference mode is not ``primary``. * - **ReplicaSetName** - | The name of the replica set to connect to. diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 97c556fe..08b44f64 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -103,7 +103,7 @@ tabs to learn about the methods to manage your transaction: learn more about this method, see the :manual:`withTransaction() page ` in the Server manual. - .. warning:: Handling Exceptions + .. important:: Handling Exceptions When catching exceptions within the callback function used by ``WithTransaction()``, you **must** rethrow the exception before @@ -162,7 +162,7 @@ tabs to learn about the methods to manage your transaction: learn more about this method, see the :manual:`withTransaction() page ` in the Server manual. - .. warning:: Handling Exceptions + .. important:: Handling Exceptions When catching exceptions within the callback function used by ``WithTransactionAsync()``, you **must** rethrow the exception