diff --git a/src/net/udp/mod.rs b/src/net/udp/mod.rs index 418b4b6..1b6d0d7 100644 --- a/src/net/udp/mod.rs +++ b/src/net/udp/mod.rs @@ -288,7 +288,7 @@ impl UdpSocket { /// Receives data from the socket. /// - /// On success, returns the number of bytes read and the origin. + /// On success, returns the number of bytes read. /// /// # Examples ///