about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authormjptree <michael.prantl@hotmail.de>2019-11-09 12:27:09 +0000
committerGitHub <noreply@github.com>2019-11-09 12:27:09 +0000
commit15863a60e6426fdf282d47258b582be0cf7e0d1a (patch)
tree43d721001be1f784ce4b1b0dc0e667299da09646 /src/libstd
parent6f79b71a6979de016c8db3f76fbd6d5cbba39cdc (diff)
downloadrust-15863a60e6426fdf282d47258b582be0cf7e0d1a.tar.gz
rust-15863a60e6426fdf282d47258b582be0cf7e0d1a.zip
Update src/libstd/net/ip.rs
I assumed some sort of Oxford-comma case here, bit have to admit English is not my first language.

Co-Authored-By: kennytm <kennytm@gmail.com>
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/net/ip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs
index 719df4449a4..5a3add3678e 100644
--- a/src/libstd/net/ip.rs
+++ b/src/libstd/net/ip.rs
@@ -1130,7 +1130,7 @@ impl Ipv6Addr {
     /// The following return [`false`]:
     ///
     /// - the loopback address
-    /// - link-local, and unique local unicast addresses
+    /// - link-local and unique local unicast addresses
     /// - interface-, link-, realm-, admin- and site-local multicast addresses
     ///
     /// [`true`]: ../../std/primitive.bool.html