diff --git a/src/hints.rs b/src/hints.rs index 29ebd336..af201b25 100644 --- a/src/hints.rs +++ b/src/hints.rs @@ -27,10 +27,9 @@ pub(crate) enum CustomHintType { /// `Hints` allow you to pass extra information to the server. /// -/// Many of these are standardized by either: +/// Many of these are standardized by: /// -/// * -/// * +/// * /// /// Which of these are actually implemented depends strongly on the Notification server you talk to. /// Usually the [`get_capabilities()`](`crate::get_capabilities`) gives some clues, but the standards usually mention much more @@ -44,8 +43,7 @@ pub enum Hint { /// Check out: /// - /// * - /// * + /// * Category(String), /// Name of the `DesktopEntry` representing the calling application. In case of "firefox.desktop"