Repair typo

This commit is contained in:
Tony Garnock-Jones 2022-01-13 23:30:59 +01:00
parent 2721ce81c4
commit 15765126e2
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ values.
| Integer range | Bytes required | Encoding (hex) |
| --- | --- | --- |
| -3 ≤ n ≤ 12 | 1 | `3X` |
| -3 ≤ n ≤ 12 | 1 | `9X` |
| -2<sup>7</sup> ≤ n < 2<sup>7</sup> (i8) | 2 | `A0` `XX` |
| -2<sup>15</sup> ≤ n < 2<sup>15</sup> (i16) | 3 | `A1` `XX` `XX` |
| -2<sup>23</sup> ≤ n < 2<sup>23</sup> (i24) | 4 | `A2` `XX` `XX` `XX` |