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 6a8dd30 commit 70403b5Copy full SHA for 70403b5
crates/matrix-sdk-base/src/rooms/normal.rs
@@ -628,7 +628,7 @@ impl Room {
628
let own_user_id = self.own_user_id().as_str();
629
630
let (heroes, guessed_num_members): (Vec<String>, _) = if !summary.heroes_names.is_empty() {
631
- // Straight-forward path: pass through the heroes names, don't give a guess of
+ // Straightforward path: pass through the heroes names, don't give a guess of
632
// the number of members.
633
(summary.heroes_names, None)
634
} else if !summary.heroes_user_ids.is_empty() {
0 commit comments