From e3bfa902400c1b0e610e3e9968e87449862a8951 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 5 Dec 2024 11:33:57 +0100 Subject: [PATCH] fix spelling --- tokio/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index a944314365a..adb1ff9fe1b 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -50,7 +50,7 @@ //! [runtime]: crate::runtime //! [website]: https://tokio.rs/tokio/tutorial //! -//! MyRustTypeName and trailing whitespace: +//! `MyRustTypeName` and trailing white space: //! //! # A Tour of Tokio //!