We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e06d1 commit fd1f2f0Copy full SHA for fd1f2f0
properties.go
@@ -350,7 +350,7 @@ func (m *Map) ExpandPropsInString(str string) string {
350
return str
351
}
352
353
-// Merge merges a Map into this one. Each key/value of the merged Maps replaces
+// Merge merges other Maps into this one. Each key/value of the merged Maps replaces
354
// the key/value present in the original Map.
355
func (m *Map) Merge(sources ...*Map) *Map {
356
for _, source := range sources {
0 commit comments