diff options
| author | bors <bors@rust-lang.org> | 2015-09-29 15:04:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-29 15:04:47 +0000 |
| commit | 5f06607e23783ba0fbcd8a6a7d2a516507fda4a7 (patch) | |
| tree | 247fb503a47b9d0c1f3a31a82281d11cb0f57aeb /src/doc/reference.md | |
| parent | 9d009c0ec140711ef22d5bfc239bcd14492cfd08 (diff) | |
| parent | 36582daebc828607f1e8c5bb712b814ede7b4897 (diff) | |
| download | rust-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.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. |
