forked from mirror/async-std
Merge pull request #648 from spacekookie/master
Fixing inaccurate function description in udp::recv
This commit is contained in:
commit
e2bb79c207
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