Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Simple, nit-picky typo fix.
  • Loading branch information
muesli committed Jul 22, 2019
1 parent 27e96fb commit ca0a89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func Merge(dst, src interface{}, opts ...func(*Config)) error {
return merge(dst, src, opts...)
}

// MergeWithOverwrite will do the same as Merge except that non-empty dst attributes will be overriden by
// MergeWithOverwrite will do the same as Merge except that non-empty dst attributes will be overridden by
// non-empty src attribute values.
// Deprecated: use Merge(…) with WithOverride
func MergeWithOverwrite(dst, src interface{}, opts ...func(*Config)) error {
Expand Down

0 comments on commit ca0a89a

Please sign in to comment.