Skip to content

Commit 8409e52

Browse files
committed
doc(base): tweak some doc comment around notifications
1 parent e8096ee commit 8409e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-base/src/response_processors/notification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl<'a> Notification<'a> {
5656
/// Push a new [`sync::Notification`] in [`Self::notifications`] from
5757
/// `event` if and only if `predicate` returns `true` for at least one of
5858
/// the [`Action`]s associated to this event and this
59-
/// `push_condition_room_ctx`. (based on `Self::push_rules`).
59+
/// `push_condition_room_ctx`. (based on [`Self::push_rules`]).
6060
///
6161
/// This method returns the fetched [`Action`]s.
6262
pub async fn push_notification_from_event_if<E, P>(

0 commit comments

Comments
 (0)