Skip to content

Commit 3145f1d

Browse files
committed
test(sdk): Fix a comment.
1 parent 95ae5d1 commit 3145f1d

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/event_cache/linked_chunk

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/event_cache/linked_chunk/updates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ mod tests {
495495
// | d | e | f | g | h | i |
496496
// +---+---+---+---+---+---+
497497
//
498-
// “main” will have its index updated from 3 to 0.
498+
// “main” will have its index updated from 0 to 3.
499499
// “other” will have its index updated from 6 to 3.
500500
{
501501
let updates = linked_chunk.updates().unwrap();

0 commit comments

Comments
 (0)