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)),