Fix typo in 'Sentinel' docs: 'INner' -> 'Inner'.

This commit is contained in:
Joakim Soderlund 2021-06-18 20:27:46 +02:00 committed by Sergio Benitez
parent 42f84f0621
commit 7b9363f981
1 changed files with 1 additions and 1 deletions

View File

@ -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:
///