From 95b7d058acac4e2a6002e7faabbf993ef9ca4ccb Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Mon, 18 Jul 2022 19:28:52 +0800 Subject: [PATCH] Fix markdown syntax in tsdb index.md (#11032) * Fix markdown syntax in tsdb index.md Signed-off-by: ZhangJian He * Update tsdb/docs/format/index.md Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Signed-off-by: ZhangJian He --- tsdb/docs/format/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/docs/format/index.md b/tsdb/docs/format/index.md index 854316cb4f..6279d34f68 100644 --- a/tsdb/docs/format/index.md +++ b/tsdb/docs/format/index.md @@ -126,7 +126,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc ### Label Index A label index section indexes the existing (combined) values for one or more label names. -The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds #entries / #names tuples of symbol table references, each tuple being of #names length. The value tuples are sorted in lexicographically increasing order. This is no longer used. +The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds `#entries / #names` tuples of symbol table references, each tuple being of #names length. The value tuples are sorted in lexicographically increasing order. This is no longer used. ``` ┌───────────────┬────────────────┬────────────────┐