Skip to content

Commit

Permalink
Fix typo in Apply docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Feb 3, 2020
1 parent ae01b00 commit a072ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/correlation/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewMap(update MapUpdate) Map {
return NewEmptyMap().Apply(update)
}

// Apply creates a copy of the map with the contents of the updated
// Apply creates a copy of the map with the contents of the update
// applied. Apply will first drop the keys from DropSingleK and
// DropMultiK, then add key-value pairs from SingleKV and MultiKV.
func (m Map) Apply(update MapUpdate) Map {
Expand Down

0 comments on commit a072ddc

Please sign in to comment.