Merge pull request #112 from joehandzik/patch-3

Fix typo in index.md
This commit is contained in:
Julius Volz 2017-07-24 23:38:54 +02:00 committed by GitHub
commit 15baaa5677

View file

@ -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>
└─────────────────────────────────────────┘
```
```