We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fbd1e2 + 7fcd2c2 commit 0d95b41Copy full SHA for 0d95b41
src/libstd/thread.rs
@@ -313,7 +313,7 @@ impl Thread {
313
314
/// Spawn a new joinable thread, returning a `JoinGuard` for it.
315
///
316
- /// The join guard can be used to explicitly join the child thead (via
+ /// The join guard can be used to explicitly join the child thread (via
317
/// `join`), returning `Result<T>`, or it will implicitly join the child
318
/// upon being dropped. To detach the child, allowing it to outlive the
319
/// current thread, use `detach`. See the module documentation for additional details.
0 commit comments