diff options
| author | 2026-03-28 17:06:28 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:06:28 +0000 | |
| commit | b95d27a5e7c673a49e4bc033c678523f3dd27606 (patch) | |
| tree | f2374caa175fae35f045866a1c2333c9af6c6639 /ref/store/chain/chain.go | |
| parent | ref/store: Clarify contract (diff) | |
| signature | No signature | |
ref/store/chain: Update docs
Diffstat (limited to 'ref/store/chain/chain.go')
| -rw-r--r-- | ref/store/chain/chain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/chain/chain.go b/ref/store/chain/chain.go index ae69633e..302d7f88 100644 --- a/ref/store/chain/chain.go +++ b/ref/store/chain/chain.go @@ -6,7 +6,7 @@ import refstore "codeberg.org/lindenii/furgit/ref/store" // Chain queries multiple reference stores in order. // -// Chain borrows its backend stores. +// Labels: Close-Caller. type Chain struct { backends []refstore.ReadingStore } |
