Fix missing word

This commit is contained in:
Jonas Platte
2021-11-19 21:09:44 +01:00
parent 8f47e6ffe9
commit cc6f97bee9

View File

@@ -225,7 +225,7 @@ impl Client {
/// // First let's try to construct an user id, presumably from user input.
/// let alice = UserId::try_from("@alice:example.org")?;
///
/// // 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.
/// let client = Client::new_from_user_id(&alice).await?;
///
/// // Finally let's try to login.