Skip to content

Commit

Permalink
Remove phrase "instead of a panic!"
Browse files Browse the repository at this point in the history
  • Loading branch information
blkerby committed May 23, 2019
1 parent 941ca6f commit 27c7537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ macro_rules! writeln {
/// program immediately terminates with a [`panic!`].
///
/// The unsafe counterpart of this macro is the [`unreachable_unchecked`] function, which
/// instead of a [`panic!`] will cause undefined behavior if the code is reached.
/// will cause undefined behavior if the code is reached.
///
/// [`panic!`]: ../std/macro.panic.html
/// [`unreachable_unchecked`]: ../std/hint/fn.unreachable_unchecked.html
Expand Down

0 comments on commit 27c7537

Please sign in to comment.