doc(sdk): Fix a typo in the documentation.

This commit is contained in:
Ivan Enderlin
2025-07-01 15:47:15 +02:00
parent 0f8fc53019
commit f91ee36245

View File

@@ -1146,7 +1146,7 @@ mod private {
/// Find a single event in this room.
///
/// It starts by looking into loaded events in `EventLinkedChunk` before
/// looking inside the storage if it is enabled.
/// looking inside the storage.
pub async fn find_event(
&self,
event_id: &EventId,