mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00
Fix typo in typed_header.rs (#2133)
This commit is contained in:
parent
e5b0852bdb
commit
025144be7e
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user