We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f962a commit fbceb7aCopy full SHA for fbceb7a
library/std/src/thread/mod.rs
@@ -1273,7 +1273,7 @@ impl<T> JoinInner<T> {
1273
/// An owned permission to join on a thread (block on its termination).
1274
///
1275
/// 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`
+/// means that there is no longer any handle to the thread and no way to `join`
1277
/// on it.
1278
1279
/// Due to platform restrictions, it is not possible to [`Clone`] this
0 commit comments