Skip to content

Commit c9f4f46

Browse files
kaylendogjplatte
andcommitted
docs(base): improve intelligibility of doc comment
Co-authored-by: Jonas Platte <[email protected]> Signed-off-by: Skye Elliot <[email protected]>
1 parent 126cf37 commit c9f4f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-base/src/room/encryption.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl Room {
3333
#[derive(Debug)]
3434
#[cfg_attr(feature = "uniffi", derive(uniffi::Enum))]
3535
pub enum EncryptionState {
36-
/// The room is encrypted, not including state events.
36+
/// The room is encrypted, excluding state events.
3737
Encrypted,
3838

3939
/// The room is encrypted, including state events.

0 commit comments

Comments
 (0)