Add backticks
This commit is contained in:
@@ -26,7 +26,7 @@ use sys_common::{AsInner, FromInner};
|
||||
/// This enum can contain either an [`Ipv4Addr`] or an [`Ipv6Addr`], see their
|
||||
/// respective documentation for more details.
|
||||
///
|
||||
/// The size of an IpAddr instance may vary depending on the target operating
|
||||
/// The size of an `IpAddr` instance may vary depending on the target operating
|
||||
/// system.
|
||||
///
|
||||
/// [`Ipv4Addr`]: ../../std/net/struct.Ipv4Addr.html
|
||||
@@ -64,7 +64,7 @@ pub enum IpAddr {
|
||||
///
|
||||
/// See [`IpAddr`] for a type encompassing both IPv4 and IPv6 addresses.
|
||||
///
|
||||
/// The size of an Ipv4Addr struct may vary depending on the target operating
|
||||
/// The size of an `Ipv4Addr` struct may vary depending on the target operating
|
||||
/// system.
|
||||
///
|
||||
/// [IETF RFC 791]: https://tools.ietf.org/html/rfc791
|
||||
@@ -99,7 +99,7 @@ pub struct Ipv4Addr {
|
||||
///
|
||||
/// See [`IpAddr`] for a type encompassing both IPv4 and IPv6 addresses.
|
||||
///
|
||||
/// The size of an Ipv6Addr struct may vary depending on the target operating
|
||||
/// The size of an `Ipv6Addr` struct may vary depending on the target operating
|
||||
/// system.
|
||||
///
|
||||
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
|
||||
|
||||
Reference in New Issue
Block a user