Skip to content

Commit 3843f92

Browse files
authored
Correct interface name in comments.
1 parent acc11ed commit 3843f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/driver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package database provides the Database interface.
1+
// Package database provides the Driver interface.
22
// All database drivers must implement this interface, register themselves,
33
// optionally provide a `WithInstance` function and pass the tests
44
// in package database/testing.

0 commit comments

Comments
 (0)