Merge pull request 'fix typo' (#452) from mmsaki/exercises:114-typo into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/452
This commit is contained in:
Chris Boesch
2026-06-21 12:37:21 +02:00
+1 -1
View File
@@ -78,7 +78,7 @@ const FLG = packed struct(u8) {
content_checksum: bool,
content_size: bool,
block_checksum: bool,
block_indepencence: bool,
block_independence: bool,
version: u2,
};