From 8c9c843bfc8e097b288d728921b6fec0c2f4baf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 25 Jul 2020 10:59:20 +0200 Subject: [PATCH] crypto: Fix a comment in the sas file. --- matrix_sdk_crypto/src/verification/sas.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_crypto/src/verification/sas.rs b/matrix_sdk_crypto/src/verification/sas.rs index 5d4885d0..adf007ab 100644 --- a/matrix_sdk_crypto/src/verification/sas.rs +++ b/matrix_sdk_crypto/src/verification/sas.rs @@ -556,7 +556,7 @@ impl SasState { }, // TODO we can't get to the transaction id currently since it's - // behind the an enum. + // behind the content specific enum. verification_flow_id: Arc::new("".to_owned()), state: Arc::new(Canceled::new(CancelCode::UnknownMethod)),