diff --git a/src/extract.rs b/src/extract.rs index 9e23dd31a..eb388a7fb 100644 --- a/src/extract.rs +++ b/src/extract.rs @@ -13,7 +13,7 @@ use crate::{dev::Payload, Error, HttpRequest}; /// [`FromRequest`] is one of the most commonly used trait, although some may not realize it. /// -/// A type that implements [`FromRequest`] is called an **extractor** and can be extracted +/// A type that implements [`FromRequest`] is called an **extractor** and can extract data /// from the request, for example [`Json`], [`Form`], [`Path`] and so on. /// /// An extractor can be customized by injecting the corresponding configuration with: