We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b84e9 commit f8f02deCopy full SHA for f8f02de
src/libcore/future/future.rs
@@ -49,7 +49,7 @@ pub trait Future {
49
/// For example, a future waiting for a socket to become
50
/// readable would call `.clone()` on the [`Waker`] and store it.
51
/// When a signal arrives elsewhere indicating that the socket is readable,
52
- /// `[Waker::wake]` is called and the socket future's task is awoken.
+ /// [`Waker::wake`] is called and the socket future's task is awoken.
53
/// Once a task has been woken up, it should attempt to `poll` the future
54
/// again, which may or may not produce a final value.
55
///
0 commit comments