[commit: ghc] master: Remove doubled words (bfb90bc)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:00:26 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/bfb90bcab844ded9051370b822f0a9582c35e83e/ghc

>---------------------------------------------------------------

commit bfb90bcab844ded9051370b822f0a9582c35e83e
Author: Adam Sandberg Eriksson <adam at sandbergericsson.se>
Date:   Sun Feb 18 11:08:31 2018 -0500

    Remove doubled words
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D4368


>---------------------------------------------------------------

bfb90bcab844ded9051370b822f0a9582c35e83e
 docs/users_guide/8.2.1-notes.rst | 2 +-
 docs/users_guide/phases.rst      | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index ca045ee..d46f08d 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -154,7 +154,7 @@ Compiler
   directive on undefined identifiers.
 
 - GHC will no longer automatically infer the kind of higher-rank type synonyms;
-  you must explicitly explicitly annotate the synonym with a kind signature.
+  you must explicitly annotate the synonym with a kind signature.
   For example, given::
 
     data T :: (forall k. k -> Type) -> Type
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index da8a84b..ad9daf1 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -900,9 +900,8 @@ for example).
     The threaded runtime system provides the following benefits:
 
     -  It enables the :rts-flag:`-N ⟨x⟩` RTS option to be used,
-       which allows threads to run in parallelparallelism on a
-       multiprocessormultiprocessorSMP or multicoremulticore machine.
-       See :ref:`using-smp`.
+       which allows threads to run in parallel on a multiprocessor 
+       or multicore machine. See :ref:`using-smp`.
 
     -  If a thread makes a foreign call (and the call is not marked
        ``unsafe``), then other Haskell threads in the program will



More information about the ghc-commits mailing list