(typo) s/panicing/panicking

pull/874/head
Akshat Agarwal 4 years ago committed by GitHub
parent bd297473cc
commit efaeadce88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,7 +118,7 @@ thread 'async-task-driver' panicked at 'test', examples/panic.rs:8:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
```
While panicing a spawned task will abort:
While panicking a spawned task will abort:
```rust,edition2018,should_panic
# extern crate async_std;

Loading…
Cancel
Save