From ef56f769786de4de635155bec0c9a6fdb30cf581 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 23 Aug 2022 15:03:26 +0200 Subject: [PATCH] doc(crypto-js): Fix a typo. --- bindings/matrix-sdk-crypto-js/src/machine.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/matrix-sdk-crypto-js/src/machine.rs b/bindings/matrix-sdk-crypto-js/src/machine.rs index 6fb61f1fb..6d60c89ef 100644 --- a/bindings/matrix-sdk-crypto-js/src/machine.rs +++ b/bindings/matrix-sdk-crypto-js/src/machine.rs @@ -42,8 +42,8 @@ impl OlmMachine { /// state of the machine will persist in a database named /// `store_name` where its content is encrypted by the passphrase /// given by `store_passphrase`. If they are not both set, the - /// created machine machine will keep the encryption keys only in - /// memory, and once the object is dropped, the keys will be lost. + /// created machine will keep the encryption keys only in memory, + /// and once the object is dropped, the keys will be lost. #[wasm_bindgen(constructor)] #[allow(clippy::new_ret_no_self)] pub fn new(