Skip to content

Commit 90baadd

Browse files
committed
comment typo
1 parent 42fa58e commit 90baadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline_lazy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl<T: Sync> Lazy<T> {
3232
});
3333

3434
// `self.0` is guaranteed to be `Some` by this point
35-
// The `Once` will catch and propegate panics
35+
// The `Once` will catch and propagate panics
3636
unsafe {
3737
match *self.0.as_ptr() {
3838
Some(ref x) => x,

0 commit comments

Comments
 (0)