We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16c7a2 commit a3998adCopy full SHA for a3998ad
src/libstd/thread/mod.rs
@@ -66,7 +66,7 @@
66
//! let res = child.join();
67
//! ```
68
//!
69
-//! The [`join`] method returns a [`Result`] containing [`Ok`] of the final
+//! The [`join`] method returns a [`thread::Result`] containing [`Ok`] of the final
70
//! value produced by the child thread, or [`Err`] of the value given to
71
//! a call to [`panic!`] if the child panicked.
72
0 commit comments