aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/doc.go')
-rw-r--r--object/fetch/doc.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index 3908ef30..89bf9a98 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -2,6 +2,7 @@
// higher-level object queries.
//
// Fetching is above [objectstore]: it parses stored objects into blobs, trees,
-// commits, and tags, peels tree-ish or commit-ish objects, resolves paths
-// within trees, and can expose one tree as an [io/fs] view.
+// commits, and tags, exposes object metadata, peels tree-ish or commit-ish
+// objects, resolves paths within trees, and can expose one tree as an [io/fs]
+// view.
package fetch