about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--backend/gen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/gen.go b/backend/gen.go
index 6e95aeb..cc7f0c8 100644
--- a/backend/gen.go
+++ b/backend/gen.go
@@ -6,7 +6,7 @@ import (
 	"log"
 )
 
-// genForestTree generates a forest representation of the tree with the given index
+// GenForestTree generates a forest representation of the tree with the given index
 func GenForestTree(database *sql.DB, index int64) string {
 	db = database
 	rootNodeID := getRootNodeID(index)