about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-05-04 23:05:24 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-05-04 23:07:35 +0200
commit93055587a2927b0c32b2d4e71fa64b3cee97926c (patch)
treee51f43f74ffdb77729fd93d8d44a36a9151eb6f2 /src/libstd
parent9b481f89d104963e0b91c234ce9c8f2eb2216f15 (diff)
downloadrust-93055587a2927b0c32b2d4e71fa64b3cee97926c.tar.gz
rust-93055587a2927b0c32b2d4e71fa64b3cee97926c.zip
doc: fix markup
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/net/ip.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs
index bd0408b21d2..c23259770ca 100644
--- a/src/libstd/net/ip.rs
+++ b/src/libstd/net/ip.rs
@@ -142,7 +142,8 @@ impl Ipv4Addr {
 
     /// Returns true if this address is in a range designated for documentation.
     ///
-    /// This is defined in RFC 5737
+    /// This is defined in RFC 5737:
+    ///
     /// - 192.0.2.0/24 (TEST-NET-1)
     /// - 198.51.100.0/24 (TEST-NET-2)
     /// - 203.0.113.0/24 (TEST-NET-3)