Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
sontrinh16 and rootulp authored Dec 15, 2023
1 parent ed86b82 commit 7c8dcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TreeFn(treeName string) (TreeConstructorFn, error) {
return treeFn, nil
}

// Remove treeConstructorFN by treeName.
// removeTreeFn removes a treeConstructorFn by treeName.
// Only use for test cleanup. Proceed with caution.
func removeTreeFn(treeName string) {
treeFns.Delete(treeName)
Expand Down

0 comments on commit 7c8dcad

Please sign in to comment.