Skip to content

Commit aceeca4

Browse files
committed
Rollup merge of rust-lang#33008 - sanmai-NL:patch-1, r=steveklabnik
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.
2 parents d3d9bd0 + 8ff34c7 commit aceeca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ Cargo
140140
Performance
141141
-----------
142142

143-
* [During type unification, the complexity of comparing variables for
144-
equivalance was reduced from `O(n!)` to `O(n)`][1.9tu]. This leads
145-
to major compile-time improvements in some scenarios.
143+
* [The time complexity of comparing variables for equivalence during type
144+
unification is reduced from _O_(_n_!) to _O_(_n_)][1.9tu]. This leads
145+
to major compilation time improvement in some scenarios.
146146
* [`ToString` is specialized for `str`, giving it the same performance
147147
as `to_owned`][1.9ts].
148148
* [Spawning processes with `Command::output` no longer creates extra

0 commit comments

Comments
 (0)