We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa58e commit 90baaddCopy full SHA for 90baadd
src/inline_lazy.rs
@@ -32,7 +32,7 @@ impl<T: Sync> Lazy<T> {
32
});
33
34
// `self.0` is guaranteed to be `Some` by this point
35
- // The `Once` will catch and propegate panics
+ // The `Once` will catch and propagate panics
36
unsafe {
37
match *self.0.as_ptr() {
38
Some(ref x) => x,
0 commit comments