Skip to content

Commit 08aa9c8

Browse files
committed
doc(ui): Fix a typo in a comment.
1 parent 831bba5 commit 08aa9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-ui/src/timeline/controller/observable_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ mod observable_items_tests {
18221822
transaction.push_local(local_item("t1"));
18231823
transaction.push_local(local_item("t2"));
18241824

1825-
// Iterate the remotes region.
1825+
// Iterate the locals region.
18261826
let mut iter = transaction.iter_locals_region();
18271827
assert_matches!(iter.next(), Some((4, item)) => {
18281828
assert_transaction_id!(item, "t0");

0 commit comments

Comments
 (0)