Skip to content

Commit d375bfe

Browse files
committed
docstring
1 parent 28417de commit d375bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/trie/impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ func (t *Trie) Compress() {
418418
t.root.compress()
419419
}
420420

421-
// XXX Private function for now
421+
// Private function for now.
422422
func (t *Trie) printDebug() {
423423
fmt.Print("<trie>\n")
424424
t.root.printDebug(0)

0 commit comments

Comments
 (0)