Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mili committed Feb 21, 2025
1 parent 373b4bb commit 4e34235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin-world/src/chunk/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl AnvilChunkData {
}

fn to_chunk(&self, pos: Vector2<i32>) -> Result<ChunkData, ChunkReadingError> {
// -1 for the padding/align of the *compresion* byte
// -1 for the padding/align of the *compression* byte
let bytes = &self.compressed_data[..self.length as usize - 1];

if let Some(compression) = self.compression {
Expand Down

0 comments on commit 4e34235

Please sign in to comment.