Skip to content

Commit 58a0a0d

Browse files
committed
Fix docs
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 7c32ff2 commit 58a0a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/matrix-sdk/src/room/member.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ impl RoomMember {
100100
pub enum RoomMemberRole {
101101
/// The member is a creator.
102102
///
103-
/// A creator has infinite power levels and cannot be demoted, so this role
104-
/// is immutable. A room can have several creators.
103+
/// A creator has an infinite power level and cannot be demoted, so this
104+
/// role is immutable. A room can have several creators.
105105
///
106106
/// It is available in room versions where
107107
/// `explicitly_privilege_room_creators` in [`AuthorizationRules`] is set to

0 commit comments

Comments
 (0)