minor cosmetic correction

This commit is contained in:
mrkkrp 2015-10-18 16:39:07 +06:00
parent ef3223dc8a
commit a27dfa6229

View File

@ -6,17 +6,17 @@
[![Coverage Status](https://coveralls.io/repos/mrkkrp/megaparsec/badge.svg?branch=master&service=github)](https://coveralls.io/github/mrkkrp/megaparsec?branch=master)
* [Features](#features)
* [Core features](#core-features)
* [Character parsing](#character-parsing)
* [Permutation parsing](#permutation-parsing)
* [Expression parsing](#expression-parsing)
* [Lexer](#lexer)
* [Core features](#core-features)
* [Character parsing](#character-parsing)
* [Permutation parsing](#permutation-parsing)
* [Expression parsing](#expression-parsing)
* [Lexer](#lexer)
* [Documentation](#documentation)
* [Tutorials](#tutorials)
* [Comparison with other solutions](#comparison-with-other-solutions)
* [Megaparsec and Attoparsec](#megaparsec-and-attoparsec)
* [Megaparsec and Parsec](#megaparsec-and-parsec)
* [Megaparsec and Parsers](#megaparsec-and-parsers)
* [Megaparsec and Attoparsec](#megaparsec-and-attoparsec)
* [Megaparsec and Parsec](#megaparsec-and-parsec)
* [Megaparsec and Parsers](#megaparsec-and-parsers)
* [Authors](#authors)
* [Contribution](#contribution)
* [License](#license)