Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in std::thread comments
  • Loading branch information
aochagavia committed Dec 25, 2014
1 parent 29ad853 commit 7fcd2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread.rs
Expand Up @@ -309,7 +309,7 @@ impl Thread {

/// Spawn a new joinable thread, returning a `JoinGuard` for it.
///
/// 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
/// `join`), returning `Result<T>`, or it will implicitly join the child
/// upon being dropped. To detach the child, allowing it to outlive the
/// current thread, use `detach`. See the module documentation for additional details.
Expand Down

0 comments on commit 7fcd2c2

Please sign in to comment.