--- CBOR-XS/XS.pm 2016/02/25 14:22:49 1.48 +++ CBOR-XS/XS.pm 2016/04/21 16:24:03 1.49 @@ -483,7 +483,7 @@ Perl hash references become CBOR maps. As there is no inherent ordering in hash keys (or CBOR maps), they will usually be encoded in a pseudo-random -order. This order can be different each time a hahs is encoded. +order. This order can be different each time a hash is encoded. Currently, tied hashes will use the indefinite-length format, while normal hashes will use the fixed-length format.