Skip to content

Commit

Permalink
Merge pull request #122 from muesli/typo-fixes
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
vdemeester committed Jul 22, 2019
2 parents 27e96fb + ca0a89a commit 4c317f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.go
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 4c317f2

Please sign in to comment.