Skip to content

Commit 20ef40a

Browse files
authoredNov 11, 2018
Fix a typo in std::panic
1 parent 9b8f902 commit 20ef40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
/// The entry point for panic of Rust threads.
1818
///
19-
/// This allows a program to to terminate immediately and provide feedback
19+
/// This allows a program to terminate immediately and provide feedback
2020
/// to the caller of the program. `panic!` should be used when a program reaches
2121
/// an unrecoverable problem.
2222
///

0 commit comments

Comments
 (0)
Please sign in to comment.