Fixing inaccurate function description in udp::recv

split-by-pattern
Katharina Fey 5 years ago
parent fee3b6f603
commit 081166f204
No known key found for this signature in database
GPG Key ID: F972AEEA2887D547

@ -288,7 +288,7 @@ impl UdpSocket {
/// Receives data from the socket. /// 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 /// # Examples
/// ///

Loading…
Cancel
Save