RFC Errata
RFC 7049, "Concise Binary Object Representation (CBOR)", October 2013
Note: This RFC has been obsoleted by RFC 8949
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
Errata ID: 4294
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Eric Myhre
Date Reported: 2015-03-07
Held for Document Update by: Barry Leiba
Date Held: 2015-03-07
Section 2.2.1 says:
BF -- Start indefinite-length map
63 -- First key, UTF-8 string length 3
46756e -- "Fun"
F5 -- First value, true
63 -- Second key, UTF-8 string length 3
416d74 -- "Amt"
21 -- -2
FF -- "break"
It should say:
BF -- Start indefinite-length map
63 -- First key, UTF-8 string length 3
46756e -- "Fun"
F5 -- First value, true
63 -- Second key, UTF-8 string length 3
416d74 -- "Amt"
21 -- Second value, -2
FF -- "break"
Notes:
This is only a break in phrasing consistency. There is no technical error.
