Skip to content

Commit

Permalink
Correct a typo in inline_lazy.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Aug 5, 2020
1 parent f32efad commit dd30519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline_lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl<T: Sync> Lazy<T> {
None => {
debug_assert!(
false,
"attempted to derefence an uninitialized lazy static. This is a bug"
"attempted to dereference an uninitialized lazy static. This is a bug"
);

unreachable_unchecked()
Expand Down

0 comments on commit dd30519

Please sign in to comment.