From 479c643e8a5557bcfcc26ac48d3a231416504c7d Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 21 Nov 2023 21:29:46 +0900 Subject: [PATCH] fix typo --- jwk/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwk/doc.go b/jwk/doc.go index d783ed295..e622053d4 100644 --- a/jwk/doc.go +++ b/jwk/doc.go @@ -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.