]> git.lizzy.rs Git - rust.git/commitdiff
style: enhance font of big-O expressions
authorSander Maijers <S.N.Maijers@gmail.com>
Sat, 16 Apr 2016 08:55:33 +0000 (10:55 +0200)
committerSander Maijers <S.N.Maijers@gmail.com>
Sat, 16 Apr 2016 08:55:33 +0000 (10:55 +0200)
RELEASES.md

index b13e138198c9944b453cbb9f61c47d95030c6cc0..c9064d924097c1092d3b7171ab6d68cbb2b0412c 100644 (file)
@@ -141,7 +141,7 @@ Performance
 -----------
 
 * [The complexity of comparing variables for equivalence during type 
-  unification is reduced from O(n!) to O(n)[1.9tu]. This leads
+  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].