Skip to content

Commit 6960960

Browse files
committed
Fix typo
1 parent bcd02b9 commit 6960960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/home/rooms_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ impl Widget for RoomsList {
571571

572572
// With the `#[live] is_list_direct: bool`, room type not consistent with the list type will be pushed back.
573573
// Next time, `handle_event` will run another type of list (if this time `is_list_direct` is `true`, next time it will be `false`)
574-
// At the same time, all the fileds of `RoomsList` is diffierent,
574+
// At the same time, all the fields of `RoomsList` is diffierent,
575575
// and it will push these into `self.all_rooms` again automatically.
576576
while let Some(room) = room_updates_needed_to_push_back.pop() {
577577
PENDING_ROOM_UPDATES.push(RoomsListUpdate::AddRoom(room));

0 commit comments

Comments
 (0)