Fix doctest

This commit is contained in:
Jonas Platte 2020-02-09 22:10:03 +01:00
parent 4aef331886
commit 62afce2fd3
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,7 +13,7 @@
//! let client = Client::https(homeserver_url, None);
//!
//! let session = client
//! .log_in("@alice:example.com".to_string(), "secret".to_string(), None)
//! .log_in("@alice:example.com".to_string(), "secret".to_string(), None, None)
//! .await?;
//!
//! // You're now logged in! Write the session to a file if you want to restore it later.