diff options
author | Jan Hrček <honza.hrk@gmail.com> | 2020-06-07 10:38:44 +0200 |
---|---|---|
committer | Jan Hrček <honza.hrk@gmail.com> | 2020-06-16 20:36:38 +0200 |
commit | d0dcbfe646e52d0a1ef6d6e59a059323485775eb (patch) | |
tree | 47fe61e50be1391dcef9b5193d53eecbe052c75a /libraries | |
parent | cf01477f03da13caaf78caacc5b001cb46a86685 (diff) | |
download | haskell-d0dcbfe646e52d0a1ef6d6e59a059323485775eb.tar.gz |
Fix typos and formatting in user guide
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/OverloadedLabels.hs | 2 |
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. |