From 2ebd1c9965b01b8840c18e1ec85eed24b50e8439 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 29 Dec 2025 02:05:51 -0700 Subject: [PATCH] doc tweak --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f7e195a..f21c9ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ //! emsha is the embedded hashing library. It aims to work even in -//! nostdenv environments. +//! `no_std` environments. //! //! ## Example SHA256 hashing //! ```