Skip to content

Commit c43e35a

Browse files
committed
doc: fix invalid html tags
Signed-off-by: Patrick Roy <[email protected]>
1 parent 525c4f6 commit c43e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/subscribers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// 3. CounterInnerMutSubscriber:
2323
/// - a dummy subscriber that increments a counter on events
2424
/// - the subscriber makes use of inner mutability; multi-threaded applications might want to
25-
/// use inner mutability instead of having something heavy weight (i.e. Arc<Mutex>).
25+
/// use inner mutability instead of having something heavy weight (i.e. `Arc<Mutex>`).
2626
/// - this subscriber implement `EventSubscriber`.
2727
use std::fmt::{Display, Formatter, Result};
2828
use std::os::unix::io::AsRawFd;

0 commit comments

Comments
 (0)