[commit: ghc] master: Eliminate a user manual warning (af33073)

git at git.haskell.org git at git.haskell.org
Mon Mar 27 15:31:44 UTC 2017


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

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

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

commit af33073c77e409d594e61609b3fba7070766cb75
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Mar 27 10:09:37 2017 +0100

    Eliminate a user manual warning
    
    I was getting
      docs/users_guide/glasgow_exts.rst:12783:
         WARNING: Title underline too short.
    
      ``COLUMN`` pragma
      ---------------
    
    So I lengthened the row of hyphens.


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

af33073c77e409d594e61609b3fba7070766cb75
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 96fe958..98fbea1 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -12780,7 +12780,7 @@ positions are not automatically advanced.
 .. _column-pragma:
 
 ``COLUMN`` pragma
----------------
+-----------------
 
 .. index::
    single: COLUMN; pragma



More information about the ghc-commits mailing list