From 89c302eb6cdd0743fb88f946ba09de3212fc0e8e Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 25 Jul 2015 06:56:21 +0200 Subject: [PATCH] reference: "those" feels misplaced there Also, join the 2 sentences to improve flow --- src/doc/reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index a37e1c146681e..4fb7e1829cc61 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -591,8 +591,9 @@ always been designed to be compiled. For these reasons, this section assumes a compiler. Rust's semantics obey a *phase distinction* between compile-time and -run-time.[^phase-distinction] Those semantic rules that have a *static -interpretation* govern the success or failure of compilation. Those semantics +run-time.[^phase-distinction] Semantic rules that have a *static +interpretation* govern the success or failure of compilation, while +semantic rules that have a *dynamic interpretation* govern the behavior of the program at run-time.