Fix typos found by typos-cli (#113)

This commit is contained in:
Jonas Platte
2021-08-04 12:09:39 +02:00
committed by GitHub
parent 4e9b38ddf9
commit 015f6e0c21
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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);