We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c3243 + fbceb7a commit 55b4944Copy full SHA for 55b4944
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