mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: use cannot instead of can not
You can not use cannot, but you cannot spell cannot can not. Change-Id: I2f0971481a460804de96fd8c9e46a9cc62a3fc5b Reviewed-on: https://go-review.googlesource.com/19772 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
5dc053b9de
commit
e43c74a0d8
29 changed files with 32 additions and 32 deletions
|
|
@ -199,7 +199,7 @@ type Scanner interface {
|
|||
// time.Time
|
||||
// nil - for NULL values
|
||||
//
|
||||
// An error should be returned if the value can not be stored
|
||||
// An error should be returned if the value cannot be stored
|
||||
// without loss of information.
|
||||
Scan(src interface{}) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue