Skip to content

Commit

Permalink
subscriber: fix doc typo (#2548)
Browse files Browse the repository at this point in the history
**This commit**
- tyoe -> type.

Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
andrewhalle and hawkw committed Apr 13, 2023
1 parent d2f47f1 commit eb6c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/fmt/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use tracing_core::Metadata;
/// This trait is already implemented for function pointers and
/// immutably-borrowing closures that return an instance of [`io::Write`], such
/// as [`io::stdout`] and [`io::stderr`]. Additionally, it is implemented for
/// [`std::sync::Mutex`][mutex] when the tyoe inside the mutex implements
/// [`std::sync::Mutex`][mutex] when the type inside the mutex implements
/// [`io::Write`].
///
/// # Examples
Expand Down

0 comments on commit eb6c6a3

Please sign in to comment.