diff options
| author | bors <bors@rust-lang.org> | 2015-07-27 02:45:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-27 02:45:35 +0000 |
| commit | 184267cac6488c2f164dba469df5ef85533e148f (patch) | |
| tree | 5a8161a577769151c4818e6fc54e1ab28a4d77fc | |
| parent | 922aef03597e9168d68cfed10f063ebaf0743a26 (diff) | |
| parent | 89c302eb6cdd0743fb88f946ba09de3212fc0e8e (diff) | |
| download | rust-184267cac6488c2f164dba469df5ef85533e148f.tar.gz rust-184267cac6488c2f164dba469df5ef85533e148f.zip | |
Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnik
Also, join the 2 sentences to improve flow
| -rw-r--r-- | src/doc/reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 59721edda70..9528871a774 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. |
