diff options
Diffstat (limited to 'refstore/files/read_resolve_fully.go')
| -rw-r--r-- | refstore/files/read_resolve_fully.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/read_resolve_fully.go b/refstore/files/read_resolve_fully.go index 6871712c..de58eb6d 100644 --- a/refstore/files/read_resolve_fully.go +++ b/refstore/files/read_resolve_fully.go @@ -7,7 +7,7 @@ import ( "codeberg.org/lindenii/furgit/ref" ) -// ResolveFully resolves symbolic references through the visible files store +// ResolveToDetached resolves symbolic references through the visible files store // namespace until one detached reference is reached. func (store *Store) ResolveToDetached(name string) (ref.Detached, error) { cur := name |
