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 d335ff6 commit bfd9a9dCopy full SHA for bfd9a9d
expectations.go
@@ -265,7 +265,7 @@ func (e *ExpectedPrepare) WillReturnError(err error) *ExpectedPrepare {
265
return e
266
}
267
268
-// WillReturnCloseError allows to set an error for this prapared statement Close action
+// WillReturnCloseError allows to set an error for this prepared statement Close action
269
func (e *ExpectedPrepare) WillReturnCloseError(err error) *ExpectedPrepare {
270
e.closeErr = err
271
0 commit comments