[commit: ghc] master: Fix spelling of language pragma (cabf0b4)
git at git.haskell.org
git at git.haskell.org
Thu Jan 23 06:42:46 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cabf0b4ef489e064de6db0ba789017d2415aedd2/ghc
>---------------------------------------------------------------
commit cabf0b4ef489e064de6db0ba789017d2415aedd2
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Jan 23 07:42:14 2014 +0100
Fix spelling of language pragma
>---------------------------------------------------------------
cabf0b4ef489e064de6db0ba789017d2415aedd2
docs/users_guide/7.8.1-notes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index ae84575..c446b9d 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -122,7 +122,7 @@
<listitem>
<para>
GHC now supports pattern synonyms, enabled by the
- <literal>-XPatternSynonym</literal> extension,
+ <literal>-XPatternSynonyms</literal> extension,
allowing you to name and abstract over patterns more
easily.
More information about the ghc-commits
mailing list