From 42ee59689b8d8a44cf79886fe01d5b94ab96ceb5 Mon Sep 17 00:00:00 2001 From: naivewong <867245430@qq.com> Date: Wed, 6 Feb 2019 00:34:15 +0800 Subject: [PATCH] move dots to the bottom Signed-off-by: naivewong <867245430@qq.com> --- docs/format/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/format/index.md b/docs/format/index.md index c97b123bd..4998d2b65 100644 --- a/docs/format/index.md +++ b/docs/format/index.md @@ -93,9 +93,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc │ ├──────────────────────────────────────────────────────────────────────┤ │ │ │ ┌────────────────────────────────────────────┐ │ │ │ │ │ ref(l_i.name) │ │ │ -│ │ ├────────────────────────────────────────────┤ ... │ │ +│ │ ├────────────────────────────────────────────┤ │ │ │ │ │ ref(l_i.value) │ │ │ │ │ └────────────────────────────────────────────┘ │ │ +│ │ ... │ │ │ ├──────────────────────────────────────────────────────────────────────┤ │ │ │ #chunks │ │ │ ├──────────────────────────────────────────────────────────────────────┤ │ @@ -110,9 +111,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc │ │ │ c_i.mint - c_i-1.maxt │ │ │ │ │ ├────────────────────────────────────────────┤ │ │ │ │ │ c_i.maxt - c_i.mint │ │ │ -│ │ ├────────────────────────────────────────────┤ ... │ │ +│ │ ├────────────────────────────────────────────┤ │ │ │ │ │ ref(c_i.data) - ref(c_i-1.data) │ │ │ │ │ └────────────────────────────────────────────┘ │ │ +│ │ ... │ │ │ └──────────────────────────────────────────────────────────────────────┘ │ ├──────────────────────────────────────────────────────────────────────────┤ │ CRC32 <4b> │