about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-09-29 15:04:47 +0000
committerbors <bors@rust-lang.org>2015-09-29 15:04:47 +0000
commit5f06607e23783ba0fbcd8a6a7d2a516507fda4a7 (patch)
tree247fb503a47b9d0c1f3a31a82281d11cb0f57aeb /src/doc/reference.md
parent9d009c0ec140711ef22d5bfc239bcd14492cfd08 (diff)
parent36582daebc828607f1e8c5bb712b814ede7b4897 (diff)
downloadrust-5f06607e23783ba0fbcd8a6a7d2a516507fda4a7.tar.gz
rust-5f06607e23783ba0fbcd8a6a7d2a516507fda4a7.zip
Auto merge of #27273 - tshepang:claim-not-accurate, r=steveklabnik
Diffstat (limited to 'src/doc/reference.md')
-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 b50e3af0fdd..8b95a2e539b 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -586,8 +586,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.