mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Fix typo in typed_header.rs (#2133)
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user