Skip to content

Commit db7dd7e

Browse files
authored
chore: fix struct field name in comment (#113)
Signed-off-by: coderwander <770732124@qq.com>
1 parent ed3592d commit db7dd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/secretstore/secret_store_interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ type NewSecretStoreOptions struct {
107107
// defaults to PrecomputeMessageKeyCount
108108
PreComputedKeysCount int
109109

110-
// PreComputedKeysCount specifies the number of out of store references
110+
// PrecomputeOutOfStoreGroupRefsCount specifies the number of out of store references
111111
// to precompute, defaults to PrecomputeOutOfStoreGroupRefsCount
112112
PrecomputeOutOfStoreGroupRefsCount int
113113

0 commit comments

Comments
 (0)