mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
JoinHandle docs: add missing 'the'
This commit is contained in:
@@ -1273,7 +1273,7 @@ fn join(&mut self) -> Result<T> {
|
||||
/// An owned permission to join on a thread (block on its termination).
|
||||
///
|
||||
/// A `JoinHandle` *detaches* the associated thread when it is dropped, which
|
||||
/// means that there is no longer any handle to thread and no way to `join`
|
||||
/// means that there is no longer any handle to the thread and no way to `join`
|
||||
/// on it.
|
||||
///
|
||||
/// Due to platform restrictions, it is not possible to [`Clone`] this
|
||||
|
||||
Reference in New Issue
Block a user