[commit: ghc] master: Typo in glasgow_exts.rst (2ded536)

git at git.haskell.org git at git.haskell.org
Mon Nov 6 21:39:50 UTC 2017


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

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

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

commit 2ded53681463fa03af7f73a9b745289fa4822afe
Author: Douglas Wilson <douglas.wilson at gmail.com>
Date:   Mon Nov 6 15:34:51 2017 -0500

    Typo in glasgow_exts.rst
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D4157


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

2ded53681463fa03af7f73a9b745289fa4822afe
 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 a86392f..ab92375 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -515,7 +515,7 @@ Hexadecimal floating point literals
 -----------------------------------
 
 .. ghc-flag:: -XHexFloatLiterals
-    :shortdesc: Enable support for :ref:`hexadecimal floating point literals <heax-float-literals>`.
+    :shortdesc: Enable support for :ref:`hexadecimal floating point literals <hex-float-literals>`.
     :type: dynamic
     :reverse: -XNoHexFloatLIterals
     :category:



More information about the ghc-commits mailing list