mirror of https://github.com/rwf2/Rocket.git
HTML escape < in FromParam docs.
This commit is contained in:
parent
470dc7f63c
commit
4f89e232aa
|
@ -92,7 +92,7 @@ use http::uri::{URI, Segments};
|
|||
/// decoded string is returned. Otherwise, an `Err` with the original path
|
||||
/// segment is returned.
|
||||
///
|
||||
/// * **Option<T>** _where_ **T: FromParam**
|
||||
/// * **Option<T>** _where_ **T: FromParam**
|
||||
///
|
||||
/// _This implementation always returns successfully._
|
||||
///
|
||||
|
@ -100,7 +100,7 @@ use http::uri::{URI, Segments};
|
|||
/// parse succeeds, a `Some(parsed_value)` is returned. Otherwise, a `None`
|
||||
/// is returned.
|
||||
///
|
||||
/// * **Result<T, T::Error>** _where_ **T: FromParam**
|
||||
/// * **Result<T, T::Error>** _where_ **T: FromParam**
|
||||
///
|
||||
/// _This implementation always returns successfully._
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue