1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2024-11-24 08:12:13 +02:00

Fixed spelling error

This commit is contained in:
RJ 2017-08-02 21:09:34 -04:00 committed by GitHub
parent d335ff60c1
commit bfd9a9de56

View File

@ -265,7 +265,7 @@ func (e *ExpectedPrepare) WillReturnError(err error) *ExpectedPrepare {
return e
}
// WillReturnCloseError allows to set an error for this prapared statement Close action
// WillReturnCloseError allows to set an error for this prepared statement Close action
func (e *ExpectedPrepare) WillReturnCloseError(err error) *ExpectedPrepare {
e.closeErr = err
return e