mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
doc: fix minor doc typo (stray backtick) (#3814)
This commit is contained in:
parent
a39e6c2439
commit
81ee3d202a
@ -86,7 +86,7 @@
|
||||
//! ```
|
||||
//!
|
||||
//! Again, like `std::thread`'s [`JoinHandle` type][thread_join], if the spawned
|
||||
//! task panics, awaiting its `JoinHandle` will return a [`JoinError`]`. For
|
||||
//! task panics, awaiting its `JoinHandle` will return a [`JoinError`]. For
|
||||
//! example:
|
||||
//!
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user