summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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