From e6cb86c02980f08d87c0f0ed1a196e305ad4df96 Mon Sep 17 00:00:00 2001 From: Joe Handzik Date: Mon, 24 Jul 2017 15:23:29 -0500 Subject: [PATCH] Fix typo in index.md Minor change, monotinically -> monotonically. Signed-Off-By: Joe Handzik --- Documentation/format/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/format/index.md b/Documentation/format/index.md index 0bb0b5538..c6e3a444a 100644 --- a/Documentation/format/index.md +++ b/Documentation/format/index.md @@ -136,7 +136,7 @@ The sequence of label index sections is finalized by an offset table pointing to ### Postings -Postings sections store monotinically increasing lists of series references that contain a given label pair associated with the list. +Postings sections store monotonically increasing lists of series references that contain a given label pair associated with the list. ``` ┌────────────────────┬────────────────────┐ @@ -203,4 +203,4 @@ If a reference is zero, it indicates the respective section does not exist and e ├─────────────────────────────────────────┤ │ CRC32 <4b> │ └─────────────────────────────────────────┘ -``` \ No newline at end of file +```