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

Merge pull request #874 from humancalico/patch-1

(typo) s/panicing/panicking
This commit is contained in:
Yoshua Wuyts 2020-09-09 16:52:22 +02:00 committed by GitHub
commit 1aa148df9f
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;