Skip to content

Commit

Permalink
Fix notify private documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 20, 2024
1 parent 90a07d4 commit bfc07ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odilia-notify/src/urgency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
use zbus::zvariant::{OwnedValue, Type, Value};

/// A priority/urgency level.
/// https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels
/// [See specification here](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels)
#[derive(
Clone,
Copy,
Expand Down

0 comments on commit bfc07ab

Please sign in to comment.