summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorJan Hrček <honza.hrk@gmail.com>2020-06-07 10:38:44 +0200
committerJan Hrček <honza.hrk@gmail.com>2020-06-16 20:36:38 +0200
commitd0dcbfe646e52d0a1ef6d6e59a059323485775eb (patch)
tree47fe61e50be1391dcef9b5193d53eecbe052c75a /libraries
parentcf01477f03da13caaf78caacc5b001cb46a86685 (diff)
downloadhaskell-d0dcbfe646e52d0a1ef6d6e59a059323485775eb.tar.gz
Fix typos and formatting in user guide
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/GHC/OverloadedLabels.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/OverloadedLabels.hs b/libraries/base/GHC/OverloadedLabels.hs
index 576c01ce9d..aa0d1b53d3 100644
--- a/libraries/base/GHC/OverloadedLabels.hs
+++ b/libraries/base/GHC/OverloadedLabels.hs
@@ -17,7 +17,7 @@
-- Stability : internal
-- Portability : non-portable (GHC extensions)
--
--- This module defines the 'IsLabel' class is used by the
+-- This module defines the 'IsLabel' class used by the
-- @OverloadedLabels@ extension. See the
-- <https://gitlab.haskell.org/ghc/ghc/wikis/records/overloaded-record-fields/overloaded-labels wiki page>
-- for more details.