mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
doc(sdk): Fix a typo in the documentation.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user