Skip to content

Commit ba20f9c

Browse files
committed
Typo
Signed-off-by: houdini91 <[email protected]>
1 parent 3325650 commit ba20f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dsse/sign.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ func NewEnvelopeSigner(p ...SignVerifier) (*envelopeSigner, error) {
9595
/*
9696
NewMultiEnvelopeSigner creates an EnvelopeSigner that uses 1+ Signer
9797
algorithms to sign the data.
98-
Creates a verifier with threshold at least threshold amount of the providers must validate signitures successfully.
98+
Creates a verifier with threshold.
99+
threashold indicates the amount of providers that must validate the envelope.
99100
*/
100101
func NewMultiEnvelopeSigner(threshold int, p ...SignVerifier) (*envelopeSigner, error) {
101102
var providers []SignVerifier

0 commit comments

Comments
 (0)