Skip to content

Commit

Permalink
mongodb committransaction: Typo correction (#3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolara authored Oct 5, 2024
1 parent b6915fd commit 63fc290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<methodname>MongoDB\Driver\Exception\CommandException::getResultDocument</methodname>
has a <literal>"errorLabels"</literal> element, and this array contains a
<literal>"TransientTransactionError"</literal> or
<literal>"UnUnknownTransactionCommitResult"</literal> value, it is safe to re-try
<literal>"UnknownTransactionCommitResult"</literal> value, it is safe to re-try
the <emphasis>whole</emphasis> transaction. In newer versions of the
extension,
<methodname>MongoDB\Driver\Exception\RuntimeException::hasErrorLabel</methodname>
Expand Down

0 comments on commit 63fc290

Please sign in to comment.