Skip to content

Commit

Permalink
Fix godoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyr committed May 18, 2020
1 parent 43f304f commit f1d6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fig.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (f *fig) formatEnvKey(key string) string {
return strings.ToUpper(key)
}

// setDefaultValue delegets to setValue but disallows booleans from
// setDefaultValue calls setValue but disallows booleans from
// being set.
func (f *fig) setDefaultValue(fv reflect.Value, val string) error {
if fv.Kind() == reflect.Bool {
Expand Down

0 comments on commit f1d6c5f

Please sign in to comment.