chore: fix some typos (#2025)

This commit is contained in:
Matthias Seitz
2023-03-29 14:49:50 +02:00
committed by GitHub
parent 7e481b77ae
commit 47b9738ede
31 changed files with 40 additions and 39 deletions

View File

@ -33,7 +33,7 @@ pub fn init(layers: Vec<BoxedLayer<Registry>>) {
/// Builds a new tracing layer that writes to stdout.
///
/// The events are filtered by `default_directive`, unless overriden by `RUST_LOG`.
/// The events are filtered by `default_directive`, unless overridden by `RUST_LOG`.
///
/// Colors can be disabled with `RUST_LOG_STYLE=never`, and event targets can be displayed with
/// `RUST_LOG_TARGET=1`.