Skip to content

Commit

Permalink
[9 of 9]: docs: term "logging directives" emphasized (first mention)
Browse files Browse the repository at this point in the history
Add markdown to emphasize (typical rendering would be italics) the
term "logging directive" upon the first mention in the text.
  • Loading branch information
salewski committed Dec 5, 2020
1 parent 236497b commit f81a239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -93,8 +93,8 @@
//! logging is disabled except for the `error` level**.
//!
//! Logging is controlled via the **`RUST_LOG`** environment variable. The
//! value of this environment variable is a comma-separated list of logging
//! directives. A logging directive is of the form:
//! value of this environment variable is a comma-separated list of *logging
//! directives*. A logging directive is of the form:
//!
//! ```text
//! path::to::module=level
Expand Down

0 comments on commit f81a239

Please sign in to comment.