Skip to content

Commit cc6f97b

Browse files
committed
Fix missing word
1 parent 8f47e6f commit cc6f97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl Client {
225225
/// // First let's try to construct an user id, presumably from user input.
226226
/// let alice = UserId::try_from("@alice:example.org")?;
227227
///
228-
/// // Now let's try to discover the homeserver and create client object.
228+
/// // Now let's try to discover the homeserver and create a client object.
229229
/// let client = Client::new_from_user_id(&alice).await?;
230230
///
231231
/// // Finally let's try to login.

0 commit comments

Comments
 (0)