Polish ListenBrainz docs

This commit is contained in:
Koen Bolhuis 2021-01-20 01:11:39 +01:00
parent ae9b342474
commit ca86b987e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///