diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-04 08:09:29 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-04 08:09:29 -0500 |
commit | df1e77504b1c187415aa4e28c8912897064139b2 (patch) | |
tree | 4356c259b824ed37e995e999bf71d1b0b59b5284 /docs | |
parent | 44853a157a394bf00d1fdfff1926a6d178d8018c (diff) | |
download | haskell-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.xml | 2 |
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>, |