summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Ext/Ast.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Ext/Ast.hs')
-rw-r--r--compiler/GHC/Iface/Ext/Ast.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Ext/Ast.hs b/compiler/GHC/Iface/Ext/Ast.hs
index 73ad2a09b7..db93777a7d 100644
--- a/compiler/GHC/Iface/Ext/Ast.hs
+++ b/compiler/GHC/Iface/Ext/Ast.hs
@@ -725,7 +725,7 @@ instance HiePass p => HasType (LocatedA (HsExpr (GhcPass p))) where
fallback :: HieM [HieAST Type]
fallback = makeNodeA e spn
- -- | Skip computing the type of some expressions for performance reasons.
+ -- Skip computing the type of some expressions for performance reasons.
--
-- See impact on Haddock output (esp. missing type annotations or links)
-- before skipping more kinds of expressions. See impact on Haddock