summaryrefslogtreecommitdiff
path: root/src/pkg/database/sql/doc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/database/sql/doc.txt')
-rw-r--r--src/pkg/database/sql/doc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/database/sql/doc.txt b/src/pkg/database/sql/doc.txt
index fb1659548..405c5ed2a 100644
--- a/src/pkg/database/sql/doc.txt
+++ b/src/pkg/database/sql/doc.txt
@@ -21,7 +21,7 @@ Goals of the sql and sql/driver packages:
Database Driver -> sql (to register) + sql/driver (implement interfaces)
* Make type casting/conversions consistent between all drivers. To
- achieve this, most of the conversions are done in the db package,
+ achieve this, most of the conversions are done in the sql package,
not in each driver. The drivers then only have to deal with a
smaller set of types.