1
Fork 0

rollup merge of #24926: frewsxcv/patch-20

This commit is contained in:
Alex Crichton 2015-04-29 15:45:49 -07:00
commit b9b1312f53

View file

@ -263,7 +263,7 @@ impl Builder {
///
/// The child thread may outlive the parent (unless the parent thread
/// is the main thread; the whole process is terminated when the main
/// thread finishes.) The join handle can be used to block on
/// thread finishes). The join handle can be used to block on
/// termination of the child thread, including recovering its panics.
///
/// # Errors