diff --git a/SpotifyAPI/Web/SpotifyWebAPI.cs b/SpotifyAPI/Web/SpotifyWebAPI.cs index 9fdfa9b6..76cf6b1e 100644 --- a/SpotifyAPI/Web/SpotifyWebAPI.cs +++ b/SpotifyAPI/Web/SpotifyWebAPI.cs @@ -51,7 +51,7 @@ namespace SpotifyAPI.Web public int RetryAfter { get; set; } = 50; /// - /// Should a failed request (Error 500, 502, or 503) be automatically retried or not. + /// Should a failed request (specified by be automatically retried or not. /// public bool UseAutoRetry { get; set; } = false;