Skip to content

Commit

Permalink
minor comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Jun 17, 2022
1 parent 3a4b458 commit 7e9cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type KeyRegister struct {
ECDSAIDs []string // ECDSAs key ID mapping
EdDSAIDs []string // EdDSA key ID mapping
RSAIDs []string // RSAs key ID mapping
HMACIDs []string // Secrets key ID mapping
HMACIDs []string // HMACs key ID mapping
SecretIDs []string // Secrets key ID mapping
}

Expand Down

0 comments on commit 7e9cbfc

Please sign in to comment.