diff --git a/database/gdb/gdb_unit_z_driver_test.go b/database/gdb/gdb_unit_z_driver_test.go index 30b503d8e..84f05d00b 100644 --- a/database/gdb/gdb_unit_z_driver_test.go +++ b/database/gdb/gdb_unit_z_driver_test.go @@ -48,7 +48,7 @@ func (d *MyDriver) HandleSqlBeforeExec(sql string) string { func init() { // It here registers my custom driver in package initialization function "init". - // You can later using this type in the configuration. + // You can later use this type in the database configuration. gdb.Register(customDriverName, &MyDriver{}) }