2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-29 16:55:34 +00:00

(typo) s/panicing/panicking

This commit is contained in:
Akshat Agarwal 2020-09-09 09:35:00 +05:30 committed by GitHub
parent bd297473cc
commit efaeadce88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;