about summary refs log tree commit diff
path: root/src/libstd/io/net/tcp.rs
diff options
context:
space:
mode:
authorVladimir Matveev <vladimir.matweev@gmail.com>2014-10-31 11:09:09 +0300
committerVladimir Matveev <vladimir.matweev@gmail.com>2014-11-05 12:01:24 +0300
commit7af0cb8af79ea6abd683c61d77e41b14a1242d23 (patch)
treed07e54e4b0989691aa8a07dced1b0441b4d274fb /src/libstd/io/net/tcp.rs
parent7d379fa78f78a3b88245d73a6d9aa1d2725c304c (diff)
downloadrust-7af0cb8af79ea6abd683c61d77e41b14a1242d23.tar.gz
rust-7af0cb8af79ea6abd683c61d77e41b14a1242d23.zip
Fixed tidy errors
Diffstat (limited to 'src/libstd/io/net/tcp.rs')
-rw-r--r--src/libstd/io/net/tcp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/io/net/tcp.rs b/src/libstd/io/net/tcp.rs
index 6464a180b68..6fb31d52dab 100644
--- a/src/libstd/io/net/tcp.rs
+++ b/src/libstd/io/net/tcp.rs
@@ -313,8 +313,8 @@ pub struct TcpListener {
 }
 
 impl TcpListener {
-    /// Creates a new `TcpListener` which will be bound to the specified address. 
-    /// This listener is not ready for accepting connections, `listen` must be called 
+    /// Creates a new `TcpListener` which will be bound to the specified address.
+    /// This listener is not ready for accepting connections, `listen` must be called
     /// on it before that's possible.
     ///
     /// Binding with a port number of 0 will request that the OS assigns a port