diff options
| -rw-r--r-- | src/doc/reference.md | 4 |
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 — -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. |
