Repair tag table

This commit is contained in:
Tony Garnock-Jones 2022-06-19 17:25:40 +02:00
parent 0dd2a8d622
commit 8f607cee1a
1 changed files with 2 additions and 2 deletions

View File

@ -289,8 +289,8 @@ undetermined number of `Value`s across, say, a TCP/IP connection:
A0 - False
A1 - True
A2 - Float or Double (length disambiguates)
A3 - SignedIntegers (0 is encoded with no bytes at all)
A4 - String (no trailing NUL is added)
A3 - SignedIntegers (0 may be encoded with no bytes at all)
A4 - String (a trailing NUL is added)
A5 - ByteString
A6 - Symbol