Skip to content

Commit fd1f2f0

Browse files
committed
Fixed comment
1 parent 13e06d1 commit fd1f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func (m *Map) ExpandPropsInString(str string) string {
350350
return str
351351
}
352352

353-
// Merge merges a Map into this one. Each key/value of the merged Maps replaces
353+
// Merge merges other Maps into this one. Each key/value of the merged Maps replaces
354354
// the key/value present in the original Map.
355355
func (m *Map) Merge(sources ...*Map) *Map {
356356
for _, source := range sources {

0 commit comments

Comments
 (0)