Skip to content

Commit 84cb9f7

Browse files
testwillcodyoss
authored andcommitted
oauth2: fix typo in comment
Change-Id: Ifc12ed36671d21e388c537c510a82be084e9ec99 GitHub-Last-Rev: a4da759 GitHub-Pull-Request: golang#720 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/580715 TryBot-Bypass: Cody Oss <[email protected]> Reviewed-by: Cody Oss <[email protected]> Reviewed-by: Joedian Reid <[email protected]>
1 parent 4b7f0bd commit 84cb9f7

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)