diff options
| author | 2026-03-26 00:00:23 +0000 | |
|---|---|---|
| committer | 2026-03-26 00:00:23 +0000 | |
| commit | 049b38d4931b62ed32a7d6efc62ed33c82ef7ddd (patch) | |
| tree | 7262ab51874ddc5220c35b1dcb5b8feaac2d093d | |
| parent | object/fetch: Fix imports (diff) | |
| signature | No signature | |
object/fetch: Fix comment v0.1.114
| -rw-r--r-- | object/fetch/doc.go | 2 |
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. |
