Skip to content

Commit

Permalink
Doc rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
king6cong committed Feb 12, 2019
1 parent e2f221c commit b284c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
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 b284c8d

Please sign in to comment.