From 451d5d662f0ac108079d113737b2b1d0d3f7fbb1 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Thu, 27 Apr 2023 21:07:08 +0800 Subject: [PATCH] internal: remove repeated definite articles Change-Id: I0ce35bd2b7b870de9c0ffd898f245b49edbe55f7 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/489715 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Run-TryBot: shuang cui Auto-Submit: Dmitri Shuralyov TryBot-Result: Gopher Robot Reviewed-by: Bryan Mills --- internal/oauth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/oauth2.go b/internal/oauth2.go index c0ab196cf..14989beaf 100644 --- a/internal/oauth2.go +++ b/internal/oauth2.go @@ -14,7 +14,7 @@ import ( // ParseKey converts the binary contents of a private key file // to an *rsa.PrivateKey. It detects whether the private key is in a -// PEM container or not. If so, it extracts the the private key +// PEM container or not. If so, it extracts the private key // from PEM container before conversion. It only supports PEM // containers with no passphrase. func ParseKey(key []byte) (*rsa.PrivateKey, error) {