diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index 78a7bd9834..087951b566 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -415,7 +415,7 @@ //! ``` //! # use tracing::{event, Level}; //! # fn main() { -//! let question = "the answer to the ultimate question of life, the universe, and everything"; +//! let question = "the ultimate question of life, the universe, and everything"; //! let answer = 42; //! // records an event with the following fields: //! // - `question.answer` with the value 42,