Skip to content

Commit 70403b5

Browse files
committed
nit: address typo
Signed-off-by: Benjamin Bouvier <[email protected]>
1 parent 6a8dd30 commit 70403b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-base/src/rooms/normal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ impl Room {
628628
let own_user_id = self.own_user_id().as_str();
629629

630630
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
631+
// Straightforward path: pass through the heroes names, don't give a guess of
632632
// the number of members.
633633
(summary.heroes_names, None)
634634
} else if !summary.heroes_user_ids.is_empty() {

0 commit comments

Comments
 (0)