diff options
| author | Russ Cox <rsc@golang.org> | 2012-02-06 13:34:35 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-02-06 13:34:35 -0500 |
| commit | ae7497bda63382930cf729803435fc455980c9dc (patch) | |
| tree | 92349e79e172ae84230d612525b75590233f3c33 /src/pkg/database/sql | |
| parent | fec7fa8b9deb5f0c08c546ad2ba121d78e104163 (diff) | |
| download | go-ae7497bda63382930cf729803435fc455980c9dc.tar.xz | |
doc: remove overuse of simply
Specifically, remove simply where it is claiming that the
code or the action to be carried out is simple, since the
reader might disagree.
R=golang-dev, bradfitz, gri
CC=golang-dev
https://golang.org/cl/5637048
Diffstat (limited to 'src/pkg/database/sql')
| -rw-r--r-- | src/pkg/database/sql/driver/driver.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/database/sql/driver/driver.go b/src/pkg/database/sql/driver/driver.go index 0cd2562d68..b930077605 100644 --- a/src/pkg/database/sql/driver/driver.go +++ b/src/pkg/database/sql/driver/driver.go @@ -5,7 +5,7 @@ // Package driver defines interfaces to be implemented by database // drivers as used by package sql. // -// Code simply using databases should use package sql. +// Most code should use package sql. // // Drivers only need to be aware of a subset of Go's types. The sql package // will convert all types into one of the following: |
