Skip to content

Commit 3f30ed9

Browse files
authored
Rollup merge of rust-lang#57693 - king6cong:word, r=Centril
Doc rewording None
2 parents b244f61 + b284c8d commit 3f30ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
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)