There was an error while loading. Please reload this page.
1 parent 970ff84 commit 23a26b5Copy full SHA for 23a26b5
1 file changed
env.go
@@ -162,7 +162,7 @@ type Options struct {
162
// SetDefaultsForZeroValuesOnly defines whether to set defaults for zero values
163
// If the `env` variable for the value is not set
164
// and `envDefault` is set
165
- // and the value is not a zero value for the the type
+ // and the value is not a zero value for the type
166
// and SetDefaultsForZeroValuesOnly=true
167
// the value from `envDefault` will be ignored
168
// Useful for mixing default values from `envDefault` and struct initialization
0 commit comments