Skip to content

Commit 7d6d7d4

Browse files
committed
docs: Fix the warning "unclosed HTML tag Notifier"
Fix "unclosed HTML tag `Notifier`" warning Signed-off-by: Tim Zhang <[email protected]>
1 parent 9723efb commit 7d6d7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asynchronous/shutdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Waiter {
3232

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

0 commit comments

Comments
 (0)