docs/file-formats: fix typo

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
This commit is contained in:
Lorenz Stechauner 2021-08-02 14:36:07 +02:00 committed by Dietmar Maurer
parent e16c289f50
commit 400e90cfbe
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ data:
* - ``MAGIC: [u8; 8]`` * - ``MAGIC: [u8; 8]``
* - ``CRC32: [u8; 4]`` * - ``CRC32: [u8; 4]``
* - ``ÌV: [u8; 16]`` * - ``IV: [u8; 16]``
* - ``TAG: [u8; 16]`` * - ``TAG: [u8; 16]``
* - ``Data: (max 16MiB)`` * - ``Data: (max 16MiB)``