Skip to content

Commit a3998ad

Browse files
authored
Join method returns a thread::Result
1 parent b16c7a2 commit a3998ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//! let res = child.join();
6767
//! ```
6868
//!
69-
//! The [`join`] method returns a [`Result`] containing [`Ok`] of the final
69+
//! The [`join`] method returns a [`thread::Result`] containing [`Ok`] of the final
7070
//! value produced by the child thread, or [`Err`] of the value given to
7171
//! a call to [`panic!`] if the child panicked.
7272
//!

0 commit comments

Comments
 (0)