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 831bba5 commit 08aa9c8Copy full SHA for 08aa9c8
crates/matrix-sdk-ui/src/timeline/controller/observable_items.rs
@@ -1822,7 +1822,7 @@ mod observable_items_tests {
1822
transaction.push_local(local_item("t1"));
1823
transaction.push_local(local_item("t2"));
1824
1825
- // Iterate the remotes region.
+ // Iterate the locals region.
1826
let mut iter = transaction.iter_locals_region();
1827
assert_matches!(iter.next(), Some((4, item)) => {
1828
assert_transaction_id!(item, "t0");
0 commit comments