We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12f511 commit b86bba5Copy full SHA for b86bba5
src/libstd/thread/mod.rs
@@ -31,7 +31,7 @@
31
//! from, or alternatively be resumed with
32
//! [`resume_unwind`](../../std/panic/fn.resume_unwind.html). If the panic
33
//! 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
+//! detected from a different thread with [`join`]. If the main thread panics
35
//! without the panic being caught, the application will exit with a
36
//! non-zero exit code.
37
//!
0 commit comments