diff options
| author | Sander Maijers <S.N.Maijers@gmail.com> | 2016-04-15 22:33:50 +0200 |
|---|---|---|
| committer | Sander Maijers <S.N.Maijers@gmail.com> | 2016-04-15 22:33:50 +0200 |
| commit | 2ef88c982a307a56dcb01f02697f40ad55f8f916 (patch) | |
| tree | 3b4fe4a9787ddcba49b1d074ebf59516ec209076 | |
| parent | ccc7e95a964ece830caf66ad537e89ae6fb397a6 (diff) | |
| download | rust-2ef88c982a307a56dcb01f02697f40ad55f8f916.tar.gz rust-2ef88c982a307a56dcb01f02697f40ad55f8f916.zip | |
grammar: fix
Reading this, one item stood out a bit. Small improvements here. . ‘Compile-time’ is not a noun, ‘compilation time’ was meant; . Mathematical formulas are best not rendered as code; . Use the same tense as in other items.
| -rw-r--r-- | RELEASES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md index 6533102a92d..b13e138198c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -140,9 +140,9 @@ Cargo Performance ----------- -* [During type unification, the complexity of comparing variables for - equivalance was reduced from `O(n!)` to `O(n)`][1.9tu]. This leads - to major compile-time improvements in some scenarios. +* [The complexity of comparing variables for equivalence during type + unification is reduced from O(n!) to O(n)[1.9tu]. This leads + to major compilation time improvement in some scenarios. * [`ToString` is specialized for `str`, giving it the same performance as `to_owned`][1.9ts]. * [Spawning processes with `Command::output` no longer creates extra |
