diff options
author | Eric Lindblad <lindblad@gmx.us> | 2022-07-17 18:34:57 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-07-18 08:05:27 -0400 |
commit | 19e7cac99d7cbbba4ff9aa42f6877daa81f197d0 (patch) | |
tree | 65e1afa4f4863714b36feb413336691c03250529 /libraries | |
parent | eb031a5b913ccd645c596abe3d8630602e7c47bc (diff) | |
download | haskell-19e7cac99d7cbbba4ff9aa42f6877daa81f197d0.tar.gz |
changelog typo
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index abac4c46d1..ff21b0916d 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -486,7 +486,7 @@ in constant space when applied to lists. (#10830) * `mkFunTy`, `mkAppTy`, and `mkTyConApp` from `Data.Typeable` no longer exist. - This functionality is superceded by the interfaces provided by + This functionality is superseded by the interfaces provided by `Type.Reflection`. * `mkTyCon3` is no longer exported by `Data.Typeable`. This function is |