From 15d511df99caae7eb8ceffa180e38e67207622d3 Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 20 Oct 2023 10:13:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20XOauth2Authenticator=20rdo?= =?UTF-8?q?c=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap/sasl/xoauth2_authenticator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/imap/sasl/xoauth2_authenticator.rb b/lib/net/imap/sasl/xoauth2_authenticator.rb index 1dbc5055..11b5b430 100644 --- a/lib/net/imap/sasl/xoauth2_authenticator.rb +++ b/lib/net/imap/sasl/xoauth2_authenticator.rb @@ -14,7 +14,7 @@ # Although this mechanism was never standardized and has been obsoleted by # "+OAUTHBEARER+", it is still very widely supported. # -# See Net::IMAP::SASL:: OAuthBearerAuthenticator. +# See Net::IMAP::SASL::OAuthBearerAuthenticator. class Net::IMAP::SASL::XOAuth2Authenticator # It is unclear from {Google's original XOAUTH2