Trivial docs update

This commit is contained in:
Alan Bernstein 2017-08-11 14:41:05 -05:00
parent f807adb0ac
commit c2ea0dd715

View file

@ -17,4 +17,4 @@ Bitmaps are persisted to disk using a file format very similar to the [Roaring B
![roaring file format diagram](/img/docs/pilosa-roaring-storage-diagram.png)
All values are little-endian. The first two bytes of the cookie is 12348, to reflect incompatibility with the spec. Container types are NOT inferred from their cardinality as in the spec. Instead, the container type is read directly from the descriptive header.
All values are little-endian. The first two bytes of the cookie is 12348, to reflect incompatibility with the spec, which uses 12346 or 12347. Container types are NOT inferred from their cardinality as in the spec. Instead, the container type is read directly from the descriptive header.