Skip to content

Commit

Permalink
Fix a typo (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Dec 10, 2021
1 parent 3a259dc commit c8c0bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-core/src/response/headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use std::{convert::TryInto, fmt};
/// Server Error` response will be returned.
///
/// You can also return `(Headers, impl IntoResponse)` to customize the headers
/// of a response, or `(StatusCode, Headeres, impl IntoResponse)` to customize
/// of a response, or `(StatusCode, Headers, impl IntoResponse)` to customize
/// the status code and headers.
#[derive(Clone, Copy, Debug)]
pub struct Headers<H>(pub H);
Expand Down

0 comments on commit c8c0bb2

Please sign in to comment.