Skip to content

Commit 7fcd2c2

Browse files
committed
Fix typo in std::thread comments
1 parent 29ad853 commit 7fcd2c2

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
@@ -309,7 +309,7 @@ impl Thread {
309309

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

0 commit comments

Comments
 (0)