We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921890c commit 864cd8dCopy full SHA for 864cd8d
src/libstd/panic.rs
@@ -136,7 +136,7 @@ pub trait RefRecoverSafe {}
136
///
137
/// let mut variable = 4;
138
139
-/// // This code will not compile becuause the closure captures `&mut variable`
+/// // This code will not compile because the closure captures `&mut variable`
140
/// // which is not considered panic safe by default.
141
142
/// // panic::recover(|| {
0 commit comments