summaryrefslogtreecommitdiff
path: root/libraries/integer-simple/GHC/Integer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-simple/GHC/Integer.hs')
-rw-r--r--libraries/integer-simple/GHC/Integer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-simple/GHC/Integer.hs b/libraries/integer-simple/GHC/Integer.hs
index f419b2f592..a519acea9a 100644
--- a/libraries/integer-simple/GHC/Integer.hs
+++ b/libraries/integer-simple/GHC/Integer.hs
@@ -11,7 +11,7 @@
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
--- An simple definition of the 'Integer' type.
+-- A simple definition of the 'Integer' type.
--
-----------------------------------------------------------------------------