aboutsummaryrefslogtreecommitdiff
path: root/refstore/chain
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/chain')
-rw-r--r--refstore/chain/chain.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go
index 0a78dc94..633bac25 100644
--- a/refstore/chain/chain.go
+++ b/refstore/chain/chain.go
@@ -1,4 +1,5 @@
-// Package chain provides an ordered reference store chain implementation.
+// Package chain provides a wrapper reference storage backend to query a chain
+// of backends.
package chain
import (