Skip to content

Commit

Permalink
chore: fix function name in comment (#668)
Browse files Browse the repository at this point in the history
Signed-off-by: rustfix <771054535@qq.com>
  • Loading branch information
rustfix committed Apr 15, 2024
1 parent 4c535aa commit 247f6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/conn_test.go
Expand Up @@ -887,7 +887,7 @@ func ExampleDialURL() {
defer c.Close()
}

// TextExecError tests handling of errors in a transaction. See
// TestExecError tests handling of errors in a transaction. See
// http://redis.io/topics/transactions for information on how Redis handles
// errors in a transaction.
func TestExecError(t *testing.T) {
Expand Down

0 comments on commit 247f6c0

Please sign in to comment.