Update param.rs

This commit is contained in:
adrian5 2017-08-14 18:49:09 +02:00 committed by GitHub
parent 31cbe65704
commit 2f6c31738e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ use http::RawStr;
/// Rocket implements `FromParam` for several standard library types. Their
/// behavior is documented here.
///
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool,
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
///
/// A value is parsed successfully if the `from_str` method from the given