We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Task
1 parent 0b8844a commit 514bdadCopy full SHA for 514bdad
crates/bevy_tasks/src/task.rs
@@ -11,7 +11,7 @@ use crate::cfg;
11
///
12
/// Tasks are also futures themselves and yield the output of the spawned future.
13
14
-/// When a task is dropped, its gets canceled and won't be polled again. To cancel a task a bit
+/// When a task is dropped, it gets canceled and won't be polled again. To cancel a task a bit
15
/// more gracefully and wait until it stops running, use the [`Task::cancel()`] method.
16
17
/// Tasks that panic get immediately canceled. Awaiting a canceled task also causes a panic.
0 commit comments