Skip to content

Commit

Permalink
stores: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Mar 18, 2024
1 parent deb4af4 commit 5440f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *setting) Scan(value interface{}) error {
return nil
}

// Value returns an key value, implements driver.Valuer interface.
// Value returns a setting value, implements driver.Valuer interface.
func (s setting) Value() (driver.Value, error) {
return string(s), nil
}
Expand Down

0 comments on commit 5440f90

Please sign in to comment.