Skip to content

Commit dd30519

Browse files
authored
Correct a typo in inline_lazy.rs
1 parent f32efad commit dd30519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline_lazy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl<T: Sync> Lazy<T> {
3939
None => {
4040
debug_assert!(
4141
false,
42-
"attempted to derefence an uninitialized lazy static. This is a bug"
42+
"attempted to dereference an uninitialized lazy static. This is a bug"
4343
);
4444

4545
unreachable_unchecked()

0 commit comments

Comments
 (0)