Skip to content

Commit b844d58

Browse files
committed
[09 of 10]: docs: term "logging directives" emphasized (first mention)
Add markdown to emphasize (typical rendering would be italics) the term "logging directive" upon the first mention in the text.
1 parent 484ca2b commit b844d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
//! logging is disabled except for the `error` level**.
9494
//!
9595
//! Logging is controlled via the **`RUST_LOG`** environment variable. The
96-
//! value of this environment variable is a comma-separated list of logging
97-
//! directives. A logging directive is of the form:
96+
//! value of this environment variable is a comma-separated list of *logging
97+
//! directives*. A logging directive is of the form:
9898
//!
9999
//! ```text
100100
//! path::to::module=level

0 commit comments

Comments
 (0)