File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1639,7 +1639,7 @@ impl Async<UdpSocket> {
1639
1639
1640
1640
/// Sends data to the specified address.
1641
1641
///
1642
- /// Returns the number of bytes writen .
1642
+ /// Returns the number of bytes written .
1643
1643
///
1644
1644
/// # Examples
1645
1645
///
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use std::os::unix::io::BorrowedFd;
15
15
/// associated with `poll()`, this function will return `None`.
16
16
///
17
17
/// There is presently no way to stop the "`async-io`" thread from being launched, so the reactor
18
- /// will still be continiously polled on that thread. This fact should be kept in mind by anyone
18
+ /// will still be continuously polled on that thread. This fact should be kept in mind by anyone
19
19
/// looking to integrate `async-io` into another runtime using this function.
20
20
///
21
21
/// It is possible to use this function to call raw system calls on the underlying event source.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ use std::task::{Context, Poll};
28
28
/// ## Implementation
29
29
///
30
30
/// The current implementation waits on the handle by registering it in the application-global
31
- /// Win32 threadpool. However, in the futur it may be possible to migrate to an implementation
31
+ /// Win32 threadpool. However, in the future it may be possible to migrate to an implementation
32
32
/// on Windows 10 that uses a mechanism similar to [`MsgWaitForMultipleObjectsEx`].
33
33
///
34
34
/// [`MsgWaitForMultipleObjectsEx`]: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-msgwaitformultipleobjectsex
You can’t perform that action at this time.
0 commit comments