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:
Josh Bleecher Snyder 2016-01-27 12:49:13 -08:00
parent 5dc053b9de
commit e43c74a0d8
29 changed files with 32 additions and 32 deletions

View file

@ -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
}