We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911602f commit 7d67b90Copy full SHA for 7d67b90
crates/matrix-sdk-ui/src/timeline/tests/mod.rs
@@ -273,7 +273,7 @@ struct TestRoomDataProvider {
273
/// encrypt events.
274
pub encryption_info: HashMap<String, Arc<EncryptionInfo>>,
275
276
- /// If we are going to do event decryption, the decryptor that provides
+ /// If we are going to do event decryption, the decryptor that does it.
277
pub decryptor: Option<TestDecryptor>,
278
}
279
0 commit comments