Skip to content

Commit 1ab3a27

Browse files
Merge pull request #177 from felixonmars/patch-1
Correct a typo in inline_lazy.rs
2 parents f32efad + dd30519 commit 1ab3a27

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)