Skip to content

Commit a8c36b4

Browse files
committed
Merge branch 'fix-session-doc-example'
2 parents b91773a + fbc01f0 commit a8c36b4

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
@@ -1231,7 +1231,7 @@ impl Client {
12311231
/// .into();
12321232
///
12331233
/// // Persist the `Session` so it can later be used to restore the login.
1234-
/// // client.restore_session(session).await?;
1234+
/// client.restore_login(session).await?;
12351235
/// # anyhow::Result::<()>::Ok(()) });
12361236
/// ```
12371237
///

0 commit comments

Comments
 (0)