We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8003d61 commit ecd3ccbCopy full SHA for ecd3ccb
internal/xsql/errors.go
@@ -20,7 +20,7 @@ type ErrConnAlreadyHaveTx struct {
20
}
21
22
func (err *ErrConnAlreadyHaveTx) Error() string {
23
- return "conn already have an opened currentTx: " + err.currentTx
+ return "conn already have an open currentTx: " + err.currentTx
24
25
26
func (err *ErrConnAlreadyHaveTx) As(target interface{}) bool {
0 commit comments