We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Caches::all_events
1 parent a0433e2 commit 8ea9363Copy full SHA for 8ea9363
1 file changed
crates/matrix-sdk/src/event_cache/caches/mod.rs
@@ -403,7 +403,7 @@ impl Caches {
403
ResetCaches::new(self).await
404
}
405
406
- /// Get all events from all the event caches manged by this [`Cacches`].
+ /// Get all events from all the event caches manged by this [`Caches`].
407
///
408
/// Events can be duplicated if present in different event caches.
409
#[cfg(feature = "e2e-encryption")]
0 commit comments