Fix doc typo: "gleaming" -> "gleaning".

This commit is contained in:
Paul Weaver 2022-09-23 15:11:23 +01:00 committed by Sergio Benitez
parent 0ed6d82d10
commit 825dd04ec6
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ use crate::request::Request;
///
/// While tempting, a `Responder` that varies its functionality based on the
/// incoming request sacrifices its functionality being understood based
/// purely on its type. By implication, gleaming the functionality of a
/// purely on its type. By implication, gleaning the functionality of a
/// _handler_ from its type signature also becomes more difficult. You should
/// avoid varying responses based on the `Request` value as much as possible.
///