Skip to content

Commit b284c8d

Browse files
committed
Doc rewording
1 parent e2f221c commit b284c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
///
99
/// This allows a program to terminate immediately and provide feedback
1010
/// to the caller of the program. `panic!` should be used when a program reaches
11-
/// an unrecoverable problem.
11+
/// an unrecoverable state.
1212
///
1313
/// This macro is the perfect way to assert conditions in example code and in
1414
/// tests. `panic!` is closely tied with the `unwrap` method of both [`Option`]

0 commit comments

Comments
 (0)