Skip to content

Commit 67119b4

Browse files
committed
fix: typo
1 parent fb204ec commit 67119b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/host_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl<UserMacroTask> HostData<UserMacroTask> {
7979
let task = tasks.get(&task_id).unwrap();
8080
task.abort();
8181

82-
// Manualy decrease the macro tasks counter as the task was aborted.
82+
// Manually decrease the macro tasks counter as the task was aborted.
8383
self.macro_task_count.fetch_sub(1, Ordering::Relaxed);
8484
}
8585

0 commit comments

Comments
 (0)