Skip to content

Commit b86bba5

Browse files
committed
Make join a link to the function's documentation
1 parent a12f511 commit b86bba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//! from, or alternatively be resumed with
3232
//! [`resume_unwind`](../../std/panic/fn.resume_unwind.html). If the panic
3333
//! is not caught the thread will exit, but the panic may optionally be
34-
//! detected from a different thread with `join`. If the main thread panics
34+
//! detected from a different thread with [`join`]. If the main thread panics
3535
//! without the panic being caught, the application will exit with a
3636
//! non-zero exit code.
3737
//!

0 commit comments

Comments
 (0)