ludocode / mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
MIT License
521 stars 82 forks source link

Fix doc comments for mpack_node_data{,_len}() #93

Closed MasFlam closed 2 years ago

MasFlam commented 2 years ago

The comments said the node has to be a str, bin or map, while in fact it should say str, bin or ext. This makes more sense, and is also what the underlying code actually does.

ludocode commented 2 years ago

Thanks!