Skip to content

Commit a4da759

Browse files
committed
oauth2: fix typo in comment
Signed-off-by: guoguangwu <[email protected]>
1 parent 4b7f0bd commit a4da759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func ReuseTokenSource(t *Token, src TokenSource) TokenSource {
393393
}
394394
}
395395

396-
// ReuseTokenSource returns a TokenSource that acts in the same manner as the
396+
// ReuseTokenSourceWithExpiry returns a TokenSource that acts in the same manner as the
397397
// TokenSource returned by ReuseTokenSource, except the expiry buffer is
398398
// configurable. The expiration time of a token is calculated as
399399
// t.Expiry.Add(-earlyExpiry).

0 commit comments

Comments
 (0)