Skip to content

Commit

Permalink
Rollup merge of rust-lang#57693 - king6cong:word, r=Centril
Browse files Browse the repository at this point in the history
Doc rewording

None
  • Loading branch information
Centril authored Feb 13, 2019
2 parents 0f949c2 + b284c8d commit 734cc3e
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 @@ -8,7 +8,7 @@
///
/// 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.
/// an unrecoverable state.
///
/// This macro is the perfect way to assert conditions in example code and in
/// tests. `panic!` is closely tied with the `unwrap` method of both [`Option`]
Expand Down

0 comments on commit 734cc3e

Please sign in to comment.