Skip to content

Commit

Permalink
Correct interface name in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghCoder committed Jul 23, 2022
1 parent acc11ed commit 3843f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/driver.go
@@ -1,4 +1,4 @@
// Package database provides the Database interface.
// Package database provides the Driver interface.
// All database drivers must implement this interface, register themselves,
// optionally provide a `WithInstance` function and pass the tests
// in package database/testing.
Expand Down

0 comments on commit 3843f92

Please sign in to comment.