From a4da759dd92626f746324862720b865308a5f09f Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 22 Apr 2024 10:02:44 +0800 Subject: [PATCH] oauth2: fix typo in comment Signed-off-by: guoguangwu --- oauth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.go b/oauth2.go index 90a2c3d6d..09f6a49b8 100644 --- a/oauth2.go +++ b/oauth2.go @@ -393,7 +393,7 @@ func ReuseTokenSource(t *Token, src TokenSource) TokenSource { } } -// ReuseTokenSource returns a TokenSource that acts in the same manner as the +// ReuseTokenSourceWithExpiry returns a TokenSource that acts in the same manner as the // TokenSource returned by ReuseTokenSource, except the expiry buffer is // configurable. The expiration time of a token is calculated as // t.Expiry.Add(-earlyExpiry).