Fix some typos
This commit is contained in:
@@ -36,7 +36,7 @@ type BatchResults interface {
|
||||
// QueryRow reads the results from the next query in the batch as if the query has been sent with Conn.QueryRow.
|
||||
QueryRow() Row
|
||||
|
||||
// Close closes the batch operation. Any error that occured during a batch operation may have made it impossible to
|
||||
// Close closes the batch operation. Any error that occurred during a batch operation may have made it impossible to
|
||||
// resyncronize the connection with the server. In this case the underlying connection will have been closed.
|
||||
Close() error
|
||||
}
|
||||
@@ -95,7 +95,7 @@ func (br *batchResults) QueryRow() Row {
|
||||
|
||||
}
|
||||
|
||||
// Close closes the batch operation. Any error that occured during a batch operation may have made it impossible to
|
||||
// Close closes the batch operation. Any error that occurred during a batch operation may have made it impossible to
|
||||
// resyncronize the connection with the server. In this case the underlying connection will have been closed.
|
||||
func (br *batchResults) Close() error {
|
||||
if br.err != nil {
|
||||
|
||||
Reference in New Issue
Block a user