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.
1 parent fb204ec commit 67119b4Copy full SHA for 67119b4
core/src/host_data.rs
@@ -79,7 +79,7 @@ impl<UserMacroTask> HostData<UserMacroTask> {
79
let task = tasks.get(&task_id).unwrap();
80
task.abort();
81
82
- // Manualy decrease the macro tasks counter as the task was aborted.
+ // Manually decrease the macro tasks counter as the task was aborted.
83
self.macro_task_count.fetch_sub(1, Ordering::Relaxed);
84
}
85
0 commit comments