Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Chabowski <88321181+rafal-ch@users.noreply.github.com>
  • Loading branch information
Dentosal and rafal-ch authored Sep 9, 2024
1 parent 987fdbb commit 90c71df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-compression/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ where
Err(e) => {
// Drop the already initialized elements, so we don't leak the memory
for initialized_item in tmp.iter_mut().take(i) {
// Safety: First i elements have been initialized succesfully.
// Safety: First i elements have been initialized successfully.
unsafe {
initialized_item.assume_init_drop();
}
Expand Down

0 comments on commit 90c71df

Please sign in to comment.