Rewrite some markdown for commonmark.

This commit is contained in:
Sergio Benitez 2017-03-29 19:05:49 -07:00
parent b802d677f5
commit 1fb0231d87
2 changed files with 4 additions and 6 deletions

View File

@ -53,9 +53,8 @@ use http::uri::URI;
/// Rocket implements `FromFormValue` for many standard library types. Their
/// behavior is documented here.
///
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64**
///
/// **IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
///
/// A value is validated successfully if the `from_str` method for the given
/// type returns successfully. Otherwise, the raw form value is returned as

View File

@ -73,9 +73,8 @@ use http::uri::{URI, Segments, SegmentError};
/// 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**
///
/// **IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
///
/// A value is parse successfully if the `from_str` method from the given
/// type returns successfully. Otherwise, the raw path segment is returned