aboutsummaryrefslogtreecommitdiff
path: root/object
diff options
context:
space:
mode:
Diffstat (limited to 'object')
-rw-r--r--object/fetch/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index e5ca33a9..17657dbe 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -1,4 +1,4 @@
-// Package resolve resolves stored Git objects by exact type, by peeling
+// Package fetch resolves stored Git objects by exact type, by peeling
// tree-ish or commit-ish references, and by path within trees.
//
// A Fetcher does not take ownership of the underlying object store.