Skip to content

Commit

Permalink
Rollup merge of rust-lang#55863 - dwijnand:patch-1, r=bluss
Browse files Browse the repository at this point in the history
Fix a typo in std::panic
  • Loading branch information
pietroalbini committed Nov 12, 2018
2 parents 70d6c53 + 20ef40a commit 3b4590a
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 3b4590a

Please sign in to comment.