changed hyphens to en-dashes

This commit is contained in:
Alexander Regueiro 2018-01-31 02:09:59 +00:00 committed by Who? Me?!
parent 606fe05114
commit ed1e1f24de
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ The bulk of the parser lives in the [libsyntax] crate.
Like most parsers, the parsing process is composed of two main steps,
- lexical analysis - turn a stream of characters into a stream of token trees
- parsing - turn the token trees into an AST
- lexical analysis turn a stream of characters into a stream of token trees
- parsing turn the token trees into an AST
The `syntax` crate contains several main players,