mirror of https://github.com/rwf2/Rocket.git
Fix doc typo: "gleaming" -> "gleaning".
This commit is contained in:
parent
0ed6d82d10
commit
825dd04ec6
|
@ -141,7 +141,7 @@ use crate::request::Request;
|
||||||
///
|
///
|
||||||
/// While tempting, a `Responder` that varies its functionality based on the
|
/// While tempting, a `Responder` that varies its functionality based on the
|
||||||
/// incoming request sacrifices its functionality being understood based
|
/// 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
|
/// _handler_ from its type signature also becomes more difficult. You should
|
||||||
/// avoid varying responses based on the `Request` value as much as possible.
|
/// avoid varying responses based on the `Request` value as much as possible.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue