doc(base): Improve documentation.

This patch improves an inline documentation.

Co-authored-by: Stefan Ceriu <stefan.ceriu@gmail.com>
Signed-off-by: Ivan Enderlin <ivan@mnt.io>
This commit is contained in:
Ivan Enderlin
2025-06-03 13:46:30 +02:00
parent c7f6190cff
commit 8e3ad22d92

View File

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