Skip to content

Commit 71aaab1

Browse files
authored
Update mod.rs
1 parent 68bb541 commit 71aaab1

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
@@ -864,7 +864,7 @@ impl fmt::Debug for Thread {
864864
////////////////////////////////////////////////////////////////////////////////
865865

866866
/// A specialized [`Result`] type for threads.
867-
///
867+
///
868868
/// Indicates the manner in which a thread exited.
869869
///
870870
/// A thread that completes without panicking is considered to exit successfully.

0 commit comments

Comments
 (0)