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 //! ```