Skip to content

Commit 3ef22a5

Browse files
authored
Merge pull request #14468 from fzakaria/fzakaria/nar-warning
Fix warning in kaitai spec
2 parents 43ce9da + c8e2449 commit 3ef22a5

File tree

1 file changed

+1
-1
lines changed
  • doc/manual/source/protocols/nix-archive

1 file changed

+1
-1
lines changed

doc/manual/source/protocols/nix-archive/nar.ksy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ types:
2929
- id: body
3030
type: str
3131
size: len_str
32-
encoding: 'ascii'
32+
encoding: 'ASCII'
3333
- id: padding
3434
size: (8 - (len_str % 8)) % 8
3535

0 commit comments

Comments
 (0)