Skip to content

Commit

Permalink
udp: minor formatting changes (code review)
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <alice@ryhl.io>
  • Loading branch information
leshow and Darksonn committed Oct 21, 2020
1 parent fbdc27f commit 599986e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokio/src/net/udp/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl UdpSocket {
/// `connect`ed.
///
/// The [`connect`] method will connect this socket to a remote address. The future
/// will resolve to an error if the socket is not connected..
/// will resolve to an error if the socket is not connected.
///
/// Note that on multiple calls to a `poll_*` method in the send direction, only the
/// `Waker` from the `Context` passed to the most recent call will be scheduled to
Expand Down Expand Up @@ -345,7 +345,7 @@ impl UdpSocket {
/// address to which it is `connect`ed.
///
/// The [`connect`] method will connect this socket to a remote address. The future
/// will resolve to an error if the socket is not connected..
/// will resolve to an error if the socket is not connected.
///
/// Note that on multiple calls to a `poll_*` method in the recv direction, only the
/// `Waker` from the `Context` passed to the most recent call will be scheduled to
Expand Down Expand Up @@ -532,7 +532,7 @@ impl UdpSocket {
///
/// Note that on multiple calls to a `poll_*` method in the recv direction, only the
/// `Waker` from the `Context` passed to the most recent call will be scheduled to
/// receive a wakeup
/// receive a wakeup.
///
/// # Return value
///
Expand Down

0 comments on commit 599986e

Please sign in to comment.