Review feedback

This commit is contained in:
Alfonso Acosta
2016-11-02 13:16:13 +00:00
parent 9e378ca4b5
commit 375ce6b33c
+1 -1
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 {