[commit: ghc] master: Delete extraneous backtick in users' guide (9f814b2)

git at git.haskell.org git at git.haskell.org
Wed Oct 26 14:21:37 UTC 2016


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

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

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

commit 9f814b2f85c9feb9de2b4122a85fccf6cf713693
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Wed Oct 26 10:18:49 2016 -0400

    Delete extraneous backtick in users' guide
    
    [ci skip]


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

9f814b2f85c9feb9de2b4122a85fccf6cf713693
 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 9f0a755..8809670 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -1615,7 +1615,7 @@ has no non-bottom values. For example:
       f :: Void -> Int
       f x = case x of { }
 
-With dependently-typed features it is more useful (see :ghc-ticket:`2431``). For
+With dependently-typed features it is more useful (see :ghc-ticket:`2431`). For
 example, consider these two candidate definitions of ``absurd``:
 
 ::



More information about the ghc-commits mailing list