Skip to content

Commit

Permalink
Fix a typo in std::panic
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Nov 11, 2018
1 parent 9b8f902 commit 20ef40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 20ef40a

Please sign in to comment.