Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Nov 21, 2023
1 parent 7206695 commit 479c643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwk/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
// var dst *ecdsa.PrivateKey
// key.Raw(&dst) // Error, if key is an RSA key
//
// You will need to handle this distinction youself in your KeyImporter. For example, certain
// You will need to handle this distinction yourself in your KeyImporter. For example, certain
// elliptic curve keys can be expressed in JWK in the same format, minus the "kty". In that case
// you will need to check for the type of the destination object and return an error if it is
// not compatible with your key.
Expand Down

0 comments on commit 479c643

Please sign in to comment.