[commit: ghc] master: Fix typo (80b63d4)

git at git.haskell.org git at git.haskell.org
Thu Oct 17 19:44:59 UTC 2013


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

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

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

commit 80b63d437fc6d1d191e011039e2572a92ec3f767
Author: Geoffrey Mainland <mainland at cs.drexel.edu>
Date:   Thu Oct 17 14:08:44 2013 -0400

    Fix typo


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

80b63d437fc6d1d191e011039e2572a92ec3f767
 docs/users_guide/glasgow_exts.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index b0a4820..d6bc078 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -7872,8 +7872,8 @@ Wiki page</ulink>.
 		  <itemizedlist>
 		    <listitem><para> an expression; the spliced expression must
 		    have type <literal>Q Exp</literal></para></listitem>
-		    <listitem><para> an type; the spliced expression must
-		    have type <literal>Q Typ</literal></para></listitem>
+		    <listitem><para> a type; the spliced expression must
+		    have type <literal>Q Type</literal></para></listitem>
 		    <listitem><para> a list of top-level declarations; the spliced expression
                     must have type <literal>Q [Dec]</literal></para></listitem>
 		    </itemizedlist>



More information about the ghc-commits mailing list