We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e8435a + ee9709f commit 7842b5dCopy full SHA for 7842b5d
library/std/src/panic.rs
@@ -408,7 +408,7 @@ impl<S: Stream> Stream for AssertUnwindSafe<S> {
408
/// aborting the process as well. This function *only* catches unwinding panics,
409
/// not those that abort the process.
410
///
411
-/// Also note that unwinding into Rust code with a foreign exception (e.g. a
+/// Also note that unwinding into Rust code with a foreign exception (e.g.
412
/// an exception thrown from C++ code) is undefined behavior.
413
414
/// # Examples
0 commit comments