Skip to content

Commit

Permalink
trivial, for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Nov 23, 2024
1 parent 62d14d3 commit 1d12743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/cbor.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ int aws_cbor_decoder_peek_type(struct aws_cbor_decoder *decoder, enum aws_cbor_t
* @brief Consume the next data item, includes all the content within the data item.
*
* As an example for the following cbor, this function will consume all the data
* as it's only one cbor data item, an indefinite map with 2 key, value pair:
* as it's only one cbor data item, an indefinite map with 2 <key, value> pair:
* 0xbf6346756ef563416d7421ff
* BF -- Start indefinite-length map
* 63 -- First key, UTF-8 string length 3
Expand Down

0 comments on commit 1d12743

Please sign in to comment.