Skip to content

Commit 36582da

Browse files
committed
reference: it is sometimes called "the compiler" in this document
1 parent 9413a92 commit 36582da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ Rust syntax is restricted in two ways:
585585
# Crates and source files
586586

587587
Although Rust, like any other language, can be implemented by an interpreter as
588-
well as a compiler, the only existing implementation is a compiler —
589-
from now on referred to as *the* Rust compiler — and the language has
588+
well as a compiler, the only existing implementation is a compiler,
589+
and the language has
590590
always been designed to be compiled. For these reasons, this section assumes a
591591
compiler.
592592

0 commit comments

Comments
 (0)