Skip to content

Commit 0d95b41

Browse files
committed
rollup merge of #20223: aochagavia/typo
2 parents 0fbd1e2 + 7fcd2c2 commit 0d95b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ impl Thread {
313313

314314
/// Spawn a new joinable thread, returning a `JoinGuard` for it.
315315
///
316-
/// The join guard can be used to explicitly join the child thead (via
316+
/// The join guard can be used to explicitly join the child thread (via
317317
/// `join`), returning `Result<T>`, or it will implicitly join the child
318318
/// upon being dropped. To detach the child, allowing it to outlive the
319319
/// current thread, use `detach`. See the module documentation for additional details.

0 commit comments

Comments
 (0)