Skip to content

Commit f91ee36

Browse files
committed
doc(sdk): Fix a typo in the documentation.
1 parent 0f8fc53 commit f91ee36

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/event_cache/room

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/event_cache/room/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ mod private {
11461146
/// Find a single event in this room.
11471147
///
11481148
/// It starts by looking into loaded events in `EventLinkedChunk` before
1149-
/// looking inside the storage if it is enabled.
1149+
/// looking inside the storage.
11501150
pub async fn find_event(
11511151
&self,
11521152
event_id: &EventId,

0 commit comments

Comments
 (0)