summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-04 08:09:29 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-04 08:09:29 -0500
commitdf1e77504b1c187415aa4e28c8912897064139b2 (patch)
tree4356c259b824ed37e995e999bf71d1b0b59b5284 /docs
parent44853a157a394bf00d1fdfff1926a6d178d8018c (diff)
downloadhaskell-df1e77504b1c187415aa4e28c8912897064139b2.tar.gz
docs: fix typo: 'OVERLAPPINGP' -> 'OVERLAPPING'
Summary: Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Test Plan: proofread Reviewers: ezyang, austin Reviewed By: ezyang, austin Subscribers: phaskell, ezyang, simonmar, relrod, carter Differential Revision: https://phabricator.haskell.org/D100
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 84d6a62cbf..3d2e634c51 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -10805,7 +10805,7 @@ data T = T {-# NOUNPACK #-} !(Int,Int)
</sect2>
<sect2 id="overlap-pragma">
-<title>OVERLAPPINGP, OVERLAPPABLE, OVERLAPS, and INCOHERENT pragmas</title>
+<title>OVERLAPPING, OVERLAPPABLE, OVERLAPS, and INCOHERENT pragmas</title>
<para>
The pragmas
<literal>OVERLAPPING</literal>,