mirror of https://github.com/rwf2/Rocket.git
Fix typo in manage docs: referes -> refers.
This commit is contained in:
parent
c7db553286
commit
46f753e128
|
@ -481,7 +481,7 @@ impl Rocket {
|
|||
/// Add `state` to the state managed by this instance of Rocket.
|
||||
///
|
||||
/// This method can be called any number of times as long as each call
|
||||
/// referes to a different `T`.
|
||||
/// refers to a different `T`.
|
||||
///
|
||||
/// Managed state can be retrieved by any request handler via the
|
||||
/// [State](/rocket/struct.State.html) request guard. In particular, if a
|
||||
|
|
Loading…
Reference in New Issue