We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40a7443 + 04cb314 commit ba3deebCopy full SHA for ba3deeb
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