Skip to content

Commit 8ea9363

Browse files
committed
doc(sdk): Fix a typo in the documentation of Caches::all_events.
1 parent a0433e2 commit 8ea9363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/matrix-sdk/src/event_cache/caches

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ impl Caches {
403403
ResetCaches::new(self).await
404404
}
405405

406-
/// Get all events from all the event caches manged by this [`Cacches`].
406+
/// Get all events from all the event caches manged by this [`Caches`].
407407
///
408408
/// Events can be duplicated if present in different event caches.
409409
#[cfg(feature = "e2e-encryption")]

0 commit comments

Comments
 (0)