summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-02-28 15:53:26 -0500
committerBen Gamari <ben@smart-cactus.org>2020-02-28 15:53:26 -0500
commit0faeeb9a13f584c5ff72ae432b6f5bd45f63ec33 (patch)
treed88c94eeac09c8b55c38140a4a556652b888cc4c
parent625171091e18b2cffb8c57c8e1246b002d10d736 (diff)
downloadhaskell-0faeeb9a13f584c5ff72ae432b6f5bd45f63ec33.tar.gz
users-guide: Fix typo in 8.8.3 release notes
-rw-r--r--docs/users_guide/8.8.3-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/8.8.3-notes.rst b/docs/users_guide/8.8.3-notes.rst
index 4997bd8aef..39a57bfa2a 100644
--- a/docs/users_guide/8.8.3-notes.rst
+++ b/docs/users_guide/8.8.3-notes.rst
@@ -9,7 +9,7 @@ GHC 8.8.3 is a minor release intended to fix regressions and minor bugs in the
Highlights
----------
-- Fix a compiler panic due to over-zealous eta reducation (:ghc-ticket:`17429`).
+- Fix a compiler panic due to over-zealous eta reduction (:ghc-ticket:`17429`).
- Fix a linker crash on Windows (:ghc-ticket:`17575`).
- Fix missing source notes in imported unfoldings when ``-g`` is used
(:ghc-ticket:`17616`).