Skip to content

Commit 5b041fe

Browse files
frewsxcvsteveklabnik
authored andcommitted
Fix punctuation placement in doc-comment
1 parent b84f018 commit 5b041fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ impl Builder {
263263
///
264264
/// The child thread may outlive the parent (unless the parent thread
265265
/// is the main thread; the whole process is terminated when the main
266-
/// thread finishes.) The join handle can be used to block on
266+
/// thread finishes). The join handle can be used to block on
267267
/// termination of the child thread, including recovering its panics.
268268
///
269269
/// # Errors

0 commit comments

Comments
 (0)