Skip to content

Commit

Permalink
JoinHandle docs: add missing 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 20, 2021
1 parent 84f962a commit fbceb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/thread/mod.rs
Expand Up @@ -1273,7 +1273,7 @@ impl<T> JoinInner<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
Expand Down

0 comments on commit fbceb7a

Please sign in to comment.