mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2025-02-10 18:31:01 +02:00
Merge pull request #87 from whiteheadrj/master
Fixed GoDoc spelling error
This commit is contained in:
commit
c91a7f4b68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user