Merge pull request #648 from spacekookie/master

Fixing inaccurate function description in udp::recv
split-by-pattern
Yoshua Wuyts 5 years ago committed by GitHub
commit e2bb79c207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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