From 184ac2dcef7a96a87df1884fff4fd8965f233b42 Mon Sep 17 00:00:00 2001 From: Zhixia Date: Thu, 23 Oct 2025 02:36:16 +0800 Subject: [PATCH] docs: Fix typo 'an' to 'and' in http::status module documentation Corrected a typo in the documentation comment. --- src/status.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.rs b/src/status.rs index 0e3ca711..e60ff945 100644 --- a/src/status.rs +++ b/src/status.rs @@ -1,6 +1,6 @@ //! HTTP status codes //! -//! This module contains HTTP-status code related structs an errors. The main +//! This module contains HTTP-status code related structs and errors. The main //! type in this module is `StatusCode` which is not intended to be used through //! this module but rather the `http::StatusCode` type. //!