Skip to content

Commit 8b970af

Browse files
authored
chore: fix struct name (#2379)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview fix struct name <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Corrected a typo in the comment describing the SignatureVerifier type. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: xiaoxiangirl <caojiaqiao@outlook.com>
1 parent 6c5ab25 commit 8b970af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/signed_header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737

3838
var _ header.Header[*SignedHeader] = &SignedHeader{}
3939

40-
// SignatureVerified is a custom signature verifiers.
40+
// SignatureVerifier is a custom signature verifiers.
4141
// If set, ValidateBasic will use this function to verify the signature.
4242
type SignatureVerifier func(header *Header) ([]byte, error)
4343

0 commit comments

Comments
 (0)