Skip to content

Commit

Permalink
Make join a link to the function's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Nov 2, 2017
1 parent a12f511 commit b86bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//! from, or alternatively be resumed with
//! [`resume_unwind`](../../std/panic/fn.resume_unwind.html). If the panic
//! is not caught the thread will exit, but the panic may optionally be
//! detected from a different thread with `join`. If the main thread panics
//! detected from a different thread with [`join`]. If the main thread panics
//! without the panic being caught, the application will exit with a
//! non-zero exit code.
//!
Expand Down

0 comments on commit b86bba5

Please sign in to comment.