Explorar o código

Update a stale docstring.

whitequark %!s(int64=7) %!d(string=hai) anos
pai
achega
50ae82d0ff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/socket/tcp.rs

+ 2 - 2
src/socket/tcp.rs

@@ -377,8 +377,8 @@ impl<'a> TcpSocket<'a> {
     /// The local address may optionally be provided.
     ///
     /// This function returns an error if the socket was open; see [is_open](#method.is_open).
-    /// It also returns an error if the local or remote port is zero, or if
-    /// the local or remote address is unspecified.
+    /// It also returns an error if the local or remote port is zero, or if the remote address
+    /// is unspecified.
     pub fn connect<T, U>(&mut self, remote_endpoint: T, local_endpoint: U) -> Result<(), ()>
             where T: Into<IpEndpoint>, U: Into<IpEndpoint> {
         let remote_endpoint = remote_endpoint.into();