We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe200d commit 451d5d6Copy full SHA for 451d5d6
internal/oauth2.go
@@ -14,7 +14,7 @@ import (
14
15
// ParseKey converts the binary contents of a private key file
16
// to an *rsa.PrivateKey. It detects whether the private key is in a
17
-// PEM container or not. If so, it extracts the the private key
+// PEM container or not. If so, it extracts the private key
18
// from PEM container before conversion. It only supports PEM
19
// containers with no passphrase.
20
func ParseKey(key []byte) (*rsa.PrivateKey, error) {
0 commit comments