This commit is contained in:
Tony Garnock-Jones 2019-10-08 13:49:15 +01:00
parent 8aaec11635
commit ba8875e1d7
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ than 13 (i.e. -3≤*n*<13), it MUST be represented using the single-byte
encoding with initial nibble equal to 3.
Otherwise (i.e. when *n*<-3 or *n*13), it MUST be represented using
the multi-byte encoding with initial nibble equal to 4, and the
variable-length part must be as short as possible while remaining
unambiguous.[^signed-integer-examples]
variable-length part must be as short as
possible.[^signed-integer-examples]
[^signed-integer-examples]: The following examples from
[the specification][spec] are all in canonical form: