mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'Sentinel' docs: 'INner' -> 'Inner'.
This commit is contained in:
parent
42f84f0621
commit
7b9363f981
|
@ -100,7 +100,7 @@ use crate::{Rocket, Ignite};
|
|||
/// The directly eligible sentinel types, guard and responders, are:
|
||||
///
|
||||
/// * `Option<&State<String>>`
|
||||
/// * `Either<Foo, INner<Bar>>`
|
||||
/// * `Either<Foo, Inner<Bar>>`
|
||||
///
|
||||
/// In addition, all embedded types are _also_ eligble. These are:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue