Skip to content

Commit f5ba9a5

Browse files
committed
Update BackupMachine documentaton to refer to enable_backup_v1
1 parent 2e4d5f2 commit f5ba9a5

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src/backups

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/backups/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub use olm_rs::errors::OlmPkDecryptionError;
5050
/// A state machine that handles backing up room keys.
5151
///
5252
/// The state machine can be activated using the
53-
/// [`BackupMachine::enable_backup`] method. After the state machine has been
53+
/// [`BackupMachine::enable_backup_v1`] method. After the state machine has been
5454
/// enabled a request that will upload encrypted room keys can be generated
5555
/// using the [`BackupMachine::backup`] method.
5656
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)