We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a87bb2 commit 550ab88Copy full SHA for 550ab88
lib/grammers-client/src/client/auth.rs
@@ -64,9 +64,9 @@ impl Client {
64
/// ```
65
/// # async fn f(client: grammers_client::Client) -> Result<(), Box<dyn std::error::Error>> {
66
/// if client.is_authorized().await? {
67
- /// println!("Client is not authorized, you will need to sign_in!");
+ /// println!("Client already authorized and ready to use!");
68
/// } else {
69
- /// println!("Client already authorized and ready to use!")
+ /// println!("Client is not authorized, you will need to sign_in!");
70
/// }
71
/// # Ok(())
72
/// # }
0 commit comments