forked from mirror/async-std
Fixing inaccurate function description in udp::recv
This commit is contained in:
parent
fee3b6f603
commit
081166f204
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue