Skip to content

Commit 960f800

Browse files
committed
Fix punctuation placement in doc-comment
1 parent c4b23ae commit 960f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
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)