Skip to content

Commit

Permalink
docs: Fix the warning "unclosed HTML tag Notifier"
Browse files Browse the repository at this point in the history
Fix "unclosed HTML tag `Notifier`" warning

Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Sep 14, 2023
1 parent 9723efb commit 7d6d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asynchronous/shutdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct Waiter {

/// Used to Notify all [`Waiter`s](Waiter) shutdown.
///
/// No `Clone` is provided. If you want multiple instances, you can use Arc<Notifier>.
/// No `Clone` is provided. If you want multiple instances, you can use `Arc<Notifier>`.
/// Notifier will automatically call shutdown when dropping.
#[derive(Debug)]
pub struct Notifier {
Expand Down

0 comments on commit 7d6d7d4

Please sign in to comment.