From c2ea0dd7158bc089b8790ad41a17bc342812a8d5 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Fri, 11 Aug 2017 14:41:05 -0500 Subject: [PATCH] Trivial docs update --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index db33d6836..0ff35565c 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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.