From f81a239f04c8eb78d0b1e8c7c16f73e439326ea6 Mon Sep 17 00:00:00 2001 From: "Alan D. Salewski" Date: Sat, 5 Dec 2020 05:40:05 -0500 Subject: [PATCH] [9 of 9]: 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. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 790efa26..889e73ce 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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