Skip to content

Commit

Permalink
[finagle-mysql] Fix Finagle MySQL transactionWithIsolation doc typo
Browse files Browse the repository at this point in the history
Fix Finagle MySQL transactionWithIsolation doc typo

Result

Closes #942

Differential Revision: https://phabricator.twitter.biz/D1107691
  • Loading branch information
atomr3 authored and jenkins committed Nov 1, 2023
1 parent 82e2b83 commit 97abd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ trait Transactions {
* committed.
*
* @example {{{
* client.transaction[Foo](IsolationLevel.RepeatableRead) { c =>
* client.transactionWithIsolation[Foo](IsolationLevel.RepeatableRead) { c =>
* for {
* r0 <- c.query(q0)
* r1 <- c.query(q1)
Expand Down

0 comments on commit 97abd88

Please sign in to comment.