We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5480b47 commit 04cb314Copy full SHA for 04cb314
src/libcore/task/wake.rs
@@ -31,7 +31,7 @@ impl RawWaker {
31
/// The `data` pointer can be used to store arbitrary data as required
32
/// by the executor. This could be e.g. a type-erased pointer to an `Arc`
33
/// that is associated with the task.
34
- /// The value of this poiner will get passed to all functions that are part
+ /// The value of this pointer will get passed to all functions that are part
35
/// of the `vtable` as the first parameter.
36
///
37
/// The `vtable` customizes the behavior of a `Waker` which gets created
0 commit comments