about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-25 06:43:31 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-25 06:44:32 +0200
commit36582daebc828607f1e8c5bb712b814ede7b4897 (patch)
treea54928c4b7808594b43c67e06ae9ff1d84ab6231
parent9413a926fcfc88c46ea04534508284a822e1109f (diff)
reference: it is sometimes called "the compiler" in this document
-rw-r--r--src/doc/reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index a37e1c14668..76b44593610 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -585,8 +585,8 @@ Rust syntax is restricted in two ways:
 # Crates and source files
 
 Although Rust, like any other language, can be implemented by an interpreter as
-well as a compiler, the only existing implementation is a compiler &mdash;
-from now on referred to as *the* Rust compiler &mdash; and the language has
+well as a compiler, the only existing implementation is a compiler,
+and the language has
 always been designed to be compiled. For these reasons, this section assumes a
 compiler.