We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f47e6f commit cc6f97bCopy full SHA for cc6f97b
crates/matrix-sdk/src/client.rs
@@ -225,7 +225,7 @@ impl Client {
225
/// // First let's try to construct an user id, presumably from user input.
226
/// let alice = UserId::try_from("@alice:example.org")?;
227
///
228
- /// // Now let's try to discover the homeserver and create client object.
+ /// // Now let's try to discover the homeserver and create a client object.
229
/// let client = Client::new_from_user_id(&alice).await?;
230
231
/// // Finally let's try to login.
0 commit comments