mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
Fix punctuation placement in doc-comment
This commit is contained in:
committed by
Steve Klabnik
parent
b84f018bb4
commit
5b041fedb4
@@ -263,7 +263,7 @@ pub fn stack_size(mut self, size: usize) -> 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
|
||||
|
||||
Reference in New Issue
Block a user