Skip to content

Commit ba3deeb

Browse files
Rollup merge of rust-lang#62689 - 0e4ef622:patch-1, r=Xanewok
Fix typo in RawWaker::new documentation poiner -> pointer
2 parents 40a7443 + 04cb314 commit ba3deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task/wake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl RawWaker {
3131
/// The `data` pointer can be used to store arbitrary data as required
3232
/// by the executor. This could be e.g. a type-erased pointer to an `Arc`
3333
/// that is associated with the task.
34-
/// The value of this poiner will get passed to all functions that are part
34+
/// The value of this pointer will get passed to all functions that are part
3535
/// of the `vtable` as the first parameter.
3636
///
3737
/// The `vtable` customizes the behavior of a `Waker` which gets created

0 commit comments

Comments
 (0)