diff --git a/src/lib.rs b/src/lib.rs index e0e78f6..71dd769 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -333,10 +333,10 @@ impl Event { } /// Tell if this event is the result of a connect failure. - /// + /// /// This indicates a tcp connection has failed, it corresponds to the `EPOLLERR` along with `EPOLLHUP` event in linux /// and `CONNECT_FAILED` event in windows IOCP. - /// + /// #[inline] pub fn is_connect_failed(&self) -> bool {