A few typos (#666)

This commit is contained in:
David
2018-11-20 21:31:09 +01:00
committed by Pierre Krieger
parent 938b91742f
commit 31962f5920
3 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ enum PingListenerState {
Listening,
/// We are trying to send a pong.
Sending(Bytes),
/// We are flusing the underlying sink.
/// We are flushing the underlying sink.
Flushing,
/// We are shutting down everything.
Closing,