Skip to content

Commit

Permalink
doc(event cache): fix links in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Jan 7, 2025
1 parent f1858f0 commit 780bc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/src/event_cache/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ pub(super) struct RoomEventCacheInner {
/// State for this room's event cache.
pub state: RwLock<RoomEventCacheState>,

/// See comment of [`EventCacheInner::all_events`].
/// See comment of [`super::EventCacheInner::all_events`].
///
/// This is shared between the [`EventCacheInner`] singleton and all
/// This is shared between the [`super::EventCacheInner`] singleton and all
/// [`RoomEventCacheInner`] instances.
all_events: Arc<RwLock<AllEventsCache>>,

Expand Down

0 comments on commit 780bc14

Please sign in to comment.