aboutsummaryrefslogtreecommitdiff
path: root/object/tree/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/tree/parse.go')
-rw-r--r--object/tree/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tree/parse.go b/object/tree/parse.go
index 10bef968..bb874828 100644
--- a/object/tree/parse.go
+++ b/object/tree/parse.go
@@ -8,7 +8,7 @@ import (
objectid "codeberg.org/lindenii/furgit/object/id"
)
-// Parse decodes a tree object body.
+// Parse decodes a tree object body into a fully materialized Tree.
func Parse(body []byte, algo objectid.Algorithm) (*Tree, error) {
var entries []TreeEntry