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.
1 parent 29ad853 commit 7fcd2c2Copy full SHA for 7fcd2c2
src/libstd/thread.rs
@@ -309,7 +309,7 @@ impl Thread {
309
310
/// Spawn a new joinable thread, returning a `JoinGuard` for it.
311
///
312
- /// 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
313
/// `join`), returning `Result<T>`, or it will implicitly join the child
314
/// upon being dropped. To detach the child, allowing it to outlive the
315
/// current thread, use `detach`. See the module documentation for additional details.
0 commit comments