Fix some typos
This commit is contained in:
parent
59f6b8338e
commit
3ab86fbab2
53 changed files with 83 additions and 82 deletions
|
@ -37,7 +37,7 @@ pub use panicking::{take_hook, set_hook, PanicInfo, Location};
|
|||
/// In Rust a function can "return" early if it either panics or calls a
|
||||
/// function which transitively panics. This sort of control flow is not always
|
||||
/// anticipated, and has the possibility of causing subtle bugs through a
|
||||
/// combination of two criticial components:
|
||||
/// combination of two critical components:
|
||||
///
|
||||
/// 1. A data structure is in a temporarily invalid state when the thread
|
||||
/// panics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue