aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-26 00:00:23 +0000
committerGravatar Runxi Yu2026-03-26 00:00:23 +0000
commit049b38d4931b62ed32a7d6efc62ed33c82ef7ddd (patch)
tree7262ab51874ddc5220c35b1dcb5b8feaac2d093d
parentobject/fetch: Fix imports (diff)
signatureNo signature
object/fetch: Fix comment v0.1.114
-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.