mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
doc: fix minor doc typo (stray backtick) (#3814)
This commit is contained in:
@@ -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:
|
||||
//!
|
||||
//! ```
|
||||
|
||||
Reference in New Issue
Block a user