Skip to content

Commit e54b20f

Browse files
committed
Revert "doc(base): Improve documentation. "
This reverts commit 8e3ad22.
1 parent a120057 commit e54b20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/matrix-sdk-base/src/response_processors/state_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ pub fn check_tombstone(
291291
break;
292292
};
293293

294-
// Look up a subsequent replacement room in `room_updates`.
294+
// Look up for the replacement room in the `room_updates`.
295295
let (next_room_id, next_replacement_room_id) = if let Some(next_replacement_room_id) =
296296
room_updates.remove(&replacement_room_id)
297297
{

0 commit comments

Comments
 (0)