Skip to content

Commit

Permalink
Update src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
oblique and fl0rek authored Apr 8, 2024
1 parent f23dac7 commit b835547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl<const S: usize> ClientConnectionHandler<S> {
/// behaviour. It is polled in a stream-like fashion and stops when `Poll::Ready(None)`
/// is returned.
///
/// When reaching this point, `poll` method will never be called again.
/// After reaching this point, `poll` method will never be called again.
pub(crate) fn poll_close(&mut self, cx: &mut Context) -> Poll<Option<ToBehaviourEvent<S>>> {
if !self.closing {
self.closing = true;
Expand Down

0 comments on commit b835547

Please sign in to comment.