We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81940d commit ffae164Copy full SHA for ffae164
src/driver/iocp/mod.rs
@@ -38,7 +38,7 @@ pub(crate) use windows_sys::Win32::Networking::WinSock::{
38
39
/// On windows, handle and socket are in the same size.
40
/// Both of them could be attached to an IOCP.
41
-/// Therefore, both could be seen as fd;
+/// Therefore, both could be seen as fd.
42
pub type RawFd = RawHandle;
43
44
/// Extracts raw fds.
0 commit comments