Skip to content

Commit 23a26b5

Browse files
committed
fix: doubled word in godoc comment
1 parent 970ff84 commit 23a26b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ type Options struct {
162162
// SetDefaultsForZeroValuesOnly defines whether to set defaults for zero values
163163
// If the `env` variable for the value is not set
164164
// and `envDefault` is set
165-
// and the value is not a zero value for the the type
165+
// and the value is not a zero value for the type
166166
// and SetDefaultsForZeroValuesOnly=true
167167
// the value from `envDefault` will be ignored
168168
// Useful for mixing default values from `envDefault` and struct initialization

0 commit comments

Comments
 (0)