We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2585de5 + 9b0ceb4 commit 11d5e5dCopy full SHA for 11d5e5d
library/core/src/panic/unwind_safe.rs
@@ -28,7 +28,7 @@ use crate::task::{Context, Poll};
28
/// 2. This broken invariant is then later observed.
29
///
30
/// Typically in Rust, it is difficult to perform step (2) because catching a
31
-/// panic involves either spawning a thread (which in turns makes it difficult
+/// panic involves either spawning a thread (which in turn makes it difficult
32
/// to later witness broken invariants) or using the `catch_unwind` function in this
33
/// module. Additionally, even if an invariant is witnessed, it typically isn't a
34
/// problem in Rust because there are no uninitialized values (like in C or C++).
0 commit comments