From 36582daebc828607f1e8c5bb712b814ede7b4897 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 25 Jul 2015 06:43:31 +0200 Subject: [PATCH] reference: it is sometimes called "the compiler" in this document --- src/doc/reference.md | 4 ++-- 1 file 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 — -from now on referred to as *the* Rust compiler — 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.