aboutsummaryrefslogtreecommitdiff
path: root/ref/store/chain/chain.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 17:06:28 +0000
committerGravatar Runxi Yu2026-03-28 17:06:28 +0000
commitb95d27a5e7c673a49e4bc033c678523f3dd27606 (patch)
treef2374caa175fae35f045866a1c2333c9af6c6639 /ref/store/chain/chain.go
parentref/store: Clarify contract (diff)
signatureNo signature
ref/store/chain: Update docs
Diffstat (limited to 'ref/store/chain/chain.go')
-rw-r--r--ref/store/chain/chain.go2
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
}