Skip to content

Commit

Permalink
Speling
Browse files Browse the repository at this point in the history
  • Loading branch information
efixler committed May 17, 2024
1 parent b2cc94a commit 32722ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/dsn.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type DataSource interface {

type dataSourceOption func(*DSNOptions)

// DSNOptions is a struct that implements the DataSourceOptions interface, a basic implementaion of DataSourceOptions.
// DSNOptions is a struct that implements the DataSourceOptions interface, a basic implementation of DataSourceOptions.
type DSNOptions struct {
DSNString string
queryTimeout time.Duration
Expand Down

0 comments on commit 32722ed

Please sign in to comment.