Skip to content

Commit

Permalink
Rollup merge of rust-lang#33008 - sanmai-NL:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
grammar: fix

Reading this, one item stood out a bit. Small improvements here.

1. ‘Compile-time’ is not a noun, ‘compilation time’ was meant;
1. Mathematical formulas are best not rendered as code;
1. Use the same tense as in other items.
  • Loading branch information
steveklabnik committed Apr 18, 2016
2 parents d3d9bd0 + 8ff34c7 commit aceeca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 time 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
Expand Down

0 comments on commit aceeca4

Please sign in to comment.