Skip to content

Commit ffae164

Browse files
committed
Fix punctuation typo.
1 parent a81940d commit ffae164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/iocp/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub(crate) use windows_sys::Win32::Networking::WinSock::{
3838

3939
/// On windows, handle and socket are in the same size.
4040
/// Both of them could be attached to an IOCP.
41-
/// Therefore, both could be seen as fd;
41+
/// Therefore, both could be seen as fd.
4242
pub type RawFd = RawHandle;
4343

4444
/// Extracts raw fds.

0 commit comments

Comments
 (0)