Skip to content

Commit efaeadc

Browse files
authored
(typo) s/panicing/panicking
1 parent bd29747 commit efaeadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/concepts/tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ thread 'async-task-driver' panicked at 'test', examples/panic.rs:8:9
118118
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
119119
```
120120

121-
While panicing a spawned task will abort:
121+
While panicking a spawned task will abort:
122122

123123
```rust,edition2018,should_panic
124124
# extern crate async_std;

0 commit comments

Comments
 (0)