Skip to content

Commit 8be6742

Browse files
authored
docs: Fix typo 'an' to 'and' in http::status module documentation (#784)
Corrected a typo in the documentation comment.
1 parent 9f86d52 commit 8be6742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! HTTP status codes
22
//!
3-
//! This module contains HTTP-status code related structs an errors. The main
3+
//! This module contains HTTP-status code related structs and errors. The main
44
//! type in this module is `StatusCode` which is not intended to be used through
55
//! this module but rather the `http::StatusCode` type.
66
//!

0 commit comments

Comments
 (0)