Fix typo in typed_header.rs (#2133)

This commit is contained in:
Ikko Eltociear Ashimine
2023-07-31 15:27:20 +00:00
committed by GitHub
parent e5b0852bdb
commit 025144be7e
+1 -1
View File
@@ -132,7 +132,7 @@ impl TypedHeaderRejection {
pub enum TypedHeaderRejectionReason {
/// The header was missing from the HTTP request
Missing,
/// An error occured when parsing the header from the HTTP request
/// An error occurred when parsing the header from the HTTP request
Error(headers::Error),
}