diff --git a/TwitchLib.Api/Auth/Auth.cs b/TwitchLib.Api/Auth/Auth.cs index 0be63f6a..801352ab 100644 --- a/TwitchLib.Api/Auth/Auth.cs +++ b/TwitchLib.Api/Auth/Auth.cs @@ -8,7 +8,7 @@ namespace TwitchLib.Api.Auth { - /// These endpoints fall outside of v5 and Helix, and relate to Authorization + /// These endpoints fall outside of Helix, and relate to Authorization public class Auth : ApiBase { public Auth(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http) : base(settings, rateLimiter, http)