Skip to content

Commit fbceb7a

Browse files
committed
JoinHandle docs: add missing 'the'
1 parent 84f962a commit fbceb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ impl<T> JoinInner<T> {
12731273
/// An owned permission to join on a thread (block on its termination).
12741274
///
12751275
/// A `JoinHandle` *detaches* the associated thread when it is dropped, which
1276-
/// means that there is no longer any handle to thread and no way to `join`
1276+
/// means that there is no longer any handle to the thread and no way to `join`
12771277
/// on it.
12781278
///
12791279
/// Due to platform restrictions, it is not possible to [`Clone`] this

0 commit comments

Comments
 (0)