mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
Fix a typo in documentation (#280)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
//! Types and traits for extracting data from requests.
|
||||
//!
|
||||
//! A handler function is an async function take takes any number of
|
||||
//! A handler function is an async function that takes any number of
|
||||
//! "extractors" as arguments. An extractor is a type that implements
|
||||
//! [`FromRequest`](crate::extract::FromRequest).
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user