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 c4b23ae commit 960f800Copy full SHA for 960f800
src/libstd/thread/mod.rs
@@ -263,7 +263,7 @@ impl Builder {
263
///
264
/// The child thread may outlive the parent (unless the parent thread
265
/// is the main thread; the whole process is terminated when the main
266
- /// thread finishes.) The join handle can be used to block on
+ /// thread finishes). The join handle can be used to block on
267
/// termination of the child thread, including recovering its panics.
268
269
/// # Errors
0 commit comments