mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
runtime: fix typo in unhandled_panic (#6660)
This commit is contained in:
parent
06582776a5
commit
65d0e08d39
@ -816,7 +816,7 @@ impl Builder {
|
||||
///
|
||||
/// By default, an unhandled panic (i.e. a panic not caught by
|
||||
/// [`std::panic::catch_unwind`]) has no impact on the runtime's
|
||||
/// execution. The panic is error value is forwarded to the task's
|
||||
/// execution. The panic's error value is forwarded to the task's
|
||||
/// [`JoinHandle`] and all other spawned tasks continue running.
|
||||
///
|
||||
/// The `unhandled_panic` option enables configuring this behavior.
|
||||
|
Loading…
x
Reference in New Issue
Block a user