diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-01-18 08:35:08 -0500 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-01-18 08:35:08 -0500 |
commit | b14f54041eacf8c0f85e756148042d2dca8333f9 (patch) | |
tree | fd4739f32b04fe54b69c91b54dfa15ece6bb6a3d | |
parent | 8c3133a6e513c6f311df489deb3ae89938b27b08 (diff) | |
download | haskell-b14f54041eacf8c0f85e756148042d2dca8333f9.tar.gz |
Fix typo in DsExprwip/ds-expr-typo
-rw-r--r-- | compiler/deSugar/DsExpr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsExpr.hs b/compiler/deSugar/DsExpr.hs index 7306352674..d9af622b65 100644 --- a/compiler/deSugar/DsExpr.hs +++ b/compiler/deSugar/DsExpr.hs @@ -3,7 +3,7 @@ (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 -Desugaring exporessions. +Desugaring expressions. -} {-# LANGUAGE CPP, MultiWayIf #-} |