mirror of https://github.com/rwf2/Rocket.git
Add missing comma in 'FromParam' docs.
This commit is contained in:
parent
9e5db81d31
commit
8e28ecc1f1
|
@ -75,7 +75,7 @@ use http::RawStr;
|
||||||
/// Rocket implements `FromParam` for several standard library types. Their
|
/// Rocket implements `FromParam` for several standard library types. Their
|
||||||
/// behavior is documented here.
|
/// 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**
|
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||||
///
|
///
|
||||||
/// A value is parsed successfully if the `from_str` method from the given
|
/// A value is parsed successfully if the `from_str` method from the given
|
||||||
|
|
Loading…
Reference in New Issue