We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84f018 commit 5b041feCopy full SHA for 5b041fe
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