diff options
| author | lukaramu <lukaramu@gmail.com> | 2017-03-26 18:06:22 +0200 |
|---|---|---|
| committer | lukaramu <lukaramu@gmail.com> | 2017-03-26 18:06:22 +0200 |
| commit | c2601fd358769cbecae479e8d32521f6e5d5c633 (patch) | |
| tree | 5fb052555ac3c4247b2ad26d537e98f3dfd30cdb | |
| parent | 577677d55d7ca793b3845577939d99a97e112691 (diff) | |
| download | rust-c2601fd358769cbecae479e8d32521f6e5d5c633.tar.gz rust-c2601fd358769cbecae479e8d32521f6e5d5c633.zip | |
fix trailing whitespace
| -rw-r--r-- | src/libstd/net/ip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs index 85803ff0501..2a1f959b35d 100644 --- a/src/libstd/net/ip.rs +++ b/src/libstd/net/ip.rs @@ -99,7 +99,7 @@ pub struct Ipv4Addr { /// # Textual representation /// /// `Ipv6Addr` provides a [`FromStr`] implementation. There are many ways to represent -/// an IPv6 address in text, but in general, each segments is written in hexadecimal +/// an IPv6 address in text, but in general, each segments is written in hexadecimal /// notation, and segments are separated by `:`. For more information, see /// [IETF RFC 5952]. /// |
