mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-01 15:49:41 +00:00
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.
|
/// 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…
Reference in a new issue