[commit: ghc] master: users_guide: Fix Docbook remnant (35086d4)
git at git.haskell.org
git at git.haskell.org
Mon Sep 12 16:15:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/35086d4dcc624c6022902c420e5dd61ee6414e30/ghc
>---------------------------------------------------------------
commit 35086d4dcc624c6022902c420e5dd61ee6414e30
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 8 11:30:40 2016 -0400
users_guide: Fix Docbook remnant
Not sure how this snuck through but it seems to be the only one.
>---------------------------------------------------------------
35086d4dcc624c6022902c420e5dd61ee6414e30
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 6209548..78b5b0f 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -10082,7 +10082,7 @@ The :ghc-flag:`-XTemplateHaskellQuotes` extension is considered safe under
add1 :: Int -> Q Exp
add1 x = [| x + 1 |]
- Now consider a splice using <literal>add1</literal> in a separate
+ Now consider a splice using ``add1`` in a separate
module: ::
module Foo where
More information about the ghc-commits
mailing list