Skip to content

Commit

Permalink
Add a missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed Feb 26, 2022
1 parent 66623ab commit e98211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uts46-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All multibyte integers are little-endian.

- `magic number`: `"UTS#46"` (`0x55 0x54 0x53 0x23 0x34 0x36`).
- `version`: format version (1 byte; currently `0x01`).
- `flags`: See [Flags](#flags) below
- `flags`: See [Flags](#flags) below.
- `optional crc`: A CRC32 of the data section if `flags` has the `has crc` bit set.

### Flags
Expand Down

0 comments on commit e98211b

Please sign in to comment.