summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abel <andreas.abel@ifi.lmu.de>2021-08-20 17:50:39 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-23 13:37:15 -0400
commitd94e7ebd9aee5016e68da09883a0a898c4805429 (patch)
tree497aa7f219bc89306fefb1354f39a7f90623b5c5
parentc040753820e540663ef74e63f15c42cc2996c19d (diff)
downloadhaskell-d94e7ebd9aee5016e68da09883a0a898c4805429.tar.gz
Doc fix #20226: formatting issues in 9.2.1 release notes
RST is brittle...
-rw-r--r--docs/users_guide/9.2.1-notes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst
index cda54e5eb9..c1b8d94661 100644
--- a/docs/users_guide/9.2.1-notes.rst
+++ b/docs/users_guide/9.2.1-notes.rst
@@ -134,12 +134,12 @@ Language
and ``of``) was always assumed to have a multiplicity of ``Many``. Now, GHC
will allow the scrutinee to have a multiplicity of ``One``, using its best-effort
inference algorithm.
-
+
Compiler
~~~~~~~~
-- Performance of the compiler in :ghc-flag:`--make` mode with
- :ghc-flag:`-j[⟨n⟩]` is significantly improved by improvements to the parallel
+- Performance of the compiler in :ghc-flag:`--make` mode with :ghc-flag:`-j[⟨n⟩]`
+ is significantly improved by improvements to the parallel
garbage collector noted below.
Benchmarks show a 20% decrease in wall clock time, and a 40% decrease in cpu