diff --git a/conn_test.go b/conn_test.go index bc615dc4..e999214c 100644 --- a/conn_test.go +++ b/conn_test.go @@ -588,7 +588,7 @@ func TestTransaction(t *testing.T) { t.Fatalf("Did not receive correct number of rows: %v", n) } - // when something in transaction panicks + // when something in transaction panics func() { defer func() { recover()