mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
Fix typos found by typos-cli (#113)
This commit is contained in:
@@ -32,7 +32,7 @@ use std::ops::Deref;
|
||||
/// # };
|
||||
/// ```
|
||||
///
|
||||
/// If the extension is missing it will reject the request with a `500 Interal
|
||||
/// If the extension is missing it will reject the request with a `500 Internal
|
||||
/// Server Error` response.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Extension<T>(pub T);
|
||||
|
||||
Reference in New Issue
Block a user