Revert "doc(base): Improve documentation.

This reverts commit 8e3ad22d92.
This commit is contained in:
Damir Jelić
2025-06-09 17:48:20 +02:00
parent a120057ec3
commit e54b20fa68

View File

@@ -291,7 +291,7 @@ pub fn check_tombstone(
break;
};
// Look up a subsequent replacement room in `room_updates`.
// Look up for the replacement room in the `room_updates`.
let (next_room_id, next_replacement_room_id) = if let Some(next_replacement_room_id) =
room_updates.remove(&replacement_room_id)
{