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 990c40f commit cdc58ff
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 @@ -276,7 +276,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 @@ -344,7 +344,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 @@ -531,7 +531,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 cdc58ff

Please sign in to comment.