We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5be3e3 commit 33e3327Copy full SHA for 33e3327
docs/rorm/transactions.md
@@ -97,9 +97,8 @@ pub async fn create_user(
97
98
## Using a Guard
99
100
-When a single transaction may be used across function calls,
101
-or when either a transaction or the database itself may be passed to
102
-these functions, a `TransactionGuard` can be used. It can be
+When either a transaction or the database itself may be passed
+to a function, a `TransactionGuard` can be used. It can be
103
retrieved by an `Executor`, which is implemented by both the
104
`Transaction` and `Database`. The guard is responsible for
105
committing the transaction if necessary; since mid-transaction
0 commit comments