Review feedback

This commit is contained in:
Alfonso Acosta
2016-10-20 13:12:38 +00:00
parent 9e378ca4b5
commit 375ce6b33c

View File

@@ -17,7 +17,7 @@ const (
TruncationCountPrefix = "table_truncation_count_"
)
// AddPrefixTable appends arbirary key-value pairs to the Node, returning a new node.
// AddPrefixTable appends arbitrary key-value pairs to the Node, returning a new node.
func (node Node) AddPrefixTable(prefix string, labels map[string]string) Node {
count := 0
for key, value := range labels {