mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Fix typo in typed_header.rs (#2133)
This commit is contained in:
parent
e5b0852bdb
commit
025144be7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue