Skip to content

Commit 8e99a1e

Browse files
committed
Fix a possible typo in the KDoc of ThreadLocalTransactionsStack
1 parent 09efd2d commit 8e99a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exposed-core/src/main/kotlin/org/jetbrains/exposed/v1/core/transactions/ThreadLocalTransactionsStack.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.util.Stack
77
import kotlin.concurrent.getOrSet
88

99
/**
10-
* A thread-local stack for managing R2dbcTransaction objects.
10+
* A thread-local stack for managing Transaction objects.
1111
*
1212
* Each thread keeps its own stack so transactions are isolated per thread.
1313
* Coroutines that hop threads must pair every push with a pop to avoid leaks.

0 commit comments

Comments
 (0)