From e43c74a0d8848d58814e1a8302d8f115d7f0b874 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 27 Jan 2016 12:49:13 -0800 Subject: 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 --- src/database/sql/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database/sql/sql.go') diff --git a/src/database/sql/sql.go b/src/database/sql/sql.go index d8e7cb77af..28c36160b5 100644 --- a/src/database/sql/sql.go +++ b/src/database/sql/sql.go @@ -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 } -- cgit v1.3