mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-01 20:47:18 -04:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user