Skip to content

Commit b5e377c

Browse files
testwillgopherbot
authored andcommitted
database/sql: fix typo in comment
Change-Id: Ie8ac82b6a1685299a92ec59acbd80b6de38e377c GitHub-Last-Rev: 325df8d GitHub-Pull-Request: golang#66457 Reviewed-on: https://go-review.googlesource.com/c/go/+/573615 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent a6ecdf2 commit b5e377c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/sql/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Goals of the sql and sql/driver packages:
3737

3838
* Push complexity, where necessary, down into the sql+driver packages,
3939
rather than exposing it to users. Said otherwise, the sql package
40-
should expose an ideal database that's not finnicky about how it's
40+
should expose an ideal database that's not finicky about how it's
4141
accessed, even if that's not true.
4242

4343
* Provide optional interfaces in sql/driver for drivers to implement

0 commit comments

Comments
 (0)