diff --git a/src/wrapper.rs b/src/wrapper.rs index 234a032..33af686 100644 --- a/src/wrapper.rs +++ b/src/wrapper.rs @@ -46,7 +46,7 @@ impl ListenBrainz { } /// Authenticate this client with the given token. - /// If the token is valid, authenticates the client and returns [`Ok`]. + /// If the token is valid, authenticates the client. /// In case the client was already authenticated, the old information /// is discarded and the new token will be used. ///