Skip to content

Commit

Permalink
docs: add emphasis on Note:
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Sep 17, 2023
1 parent ca97e3e commit bda96e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/local_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ where
///
/// * `org.mpris.MediaPlayer2.vlc.instance7389`
///
/// Note: According to the [`D-Bus specification`], the unique identifier
/// **Note:** According to the [`D-Bus specification`], the unique identifier
/// "must only contain the ASCII characters `[A-Z][a-z][0-9]_-`" and
/// "must not begin with a digit".
///
Expand Down
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ where
///
/// * `org.mpris.MediaPlayer2.vlc.instance7389`
///
/// Note: According to the [`D-Bus specification`], the unique identifier
/// **Note:** According to the [`D-Bus specification`], the unique identifier
/// "must only contain the ASCII characters `[A-Z][a-z][0-9]_-`" and
/// "must not begin with a digit".
///
Expand Down
2 changes: 1 addition & 1 deletion src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Time {

/// Creates a new `Time` from the specified number of whole nanoseconds.
///
/// Note: This will round of the nanoseconds to microseconds level of
/// **Note:** This will round of the nanoseconds to microseconds level of
/// precision.
///
/// # Examples
Expand Down

0 comments on commit bda96e0

Please sign in to comment.