mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Fix typos found by crate-ci/typos
This commit is contained in:
@@ -28,7 +28,7 @@ pub trait HandlerCallWithExtractors<T, S>: Sized {
|
||||
/// Call the handler with the extracted inputs.
|
||||
fn call(self, extractors: T, state: S) -> <Self as HandlerCallWithExtractors<T, S>>::Future;
|
||||
|
||||
/// Conver this `HandlerCallWithExtractors` into [`Handler`].
|
||||
/// Convert this `HandlerCallWithExtractors` into [`Handler`].
|
||||
fn into_handler(self) -> IntoHandler<Self, T, S> {
|
||||
IntoHandler {
|
||||
handler: self,
|
||||
|
||||
Reference in New Issue
Block a user