From ca86b987e4a96f011dded2744982bdfce5653476 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 20 Jan 2021 01:11:39 +0100 Subject: [PATCH] Polish ListenBrainz docs --- src/wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///