about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAlexander Regueiro <alex@noldorin.com>2018-01-31 02:09:59 +0000
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-01-30 20:14:12 -0600
commit05d24370cd15dbe494f777c9a5fc61b0be1ce765 (patch)
treef350b7617f955c2778b5a04ab3a27fc4e2c46f7e /src/doc
parentd797aaecca4e8c8ab49cefd3b9977d5e56ec6ca1 (diff)
downloadrust-05d24370cd15dbe494f777c9a5fc61b0be1ce765.tar.gz
rust-05d24370cd15dbe494f777c9a5fc61b0be1ce765.zip
changed hyphens to en-dashes
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/the-parser.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/the-parser.md b/src/doc/rustc-dev-guide/src/the-parser.md
index 9a01d8a368c..456f0a9eaa7 100644
--- a/src/doc/rustc-dev-guide/src/the-parser.md
+++ b/src/doc/rustc-dev-guide/src/the-parser.md
@@ -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,
 
@@ -39,4 +39,4 @@ all the information needed while parsing, as well as the `CodeMap` itself.
 [parser module]: https://github.com/rust-lang/rust/tree/master/src/libsyntax/parse
 [`Parser`]: https://github.com/rust-lang/rust/blob/master/src/libsyntax/parse/parser.rs
 [`StringReader`]: https://github.com/rust-lang/rust/blob/master/src/libsyntax/parse/lexer/mod.rs
-[visit module]: https://github.com/rust-lang/rust/blob/master/src/libsyntax/visit.rs
\ No newline at end of file
+[visit module]: https://github.com/rust-lang/rust/blob/master/src/libsyntax/visit.rs