Fix a typo in std::panic

This commit is contained in:
Dale Wijnand
2018-11-11 07:36:10 +00:00
committed by GitHub
parent 9b8f902976
commit 20ef40ae50
+1 -1
View File
@@ -16,7 +16,7 @@
/// The entry point for panic of Rust threads.
///
/// This allows a program to to terminate immediately and provide feedback
/// This allows a program to terminate immediately and provide feedback
/// to the caller of the program. `panic!` should be used when a program reaches
/// an unrecoverable problem.
///