summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Types.hs')
-rw-r--r--compiler/GHC/Tc/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Types.hs b/compiler/GHC/Tc/Types.hs
index e6d03af276..19c911d01b 100644
--- a/compiler/GHC/Tc/Types.hs
+++ b/compiler/GHC/Tc/Types.hs
@@ -1678,7 +1678,7 @@ data TcPlugin = forall s. TcPlugin
-- and possibly emit additional constraints. These returned constraints
-- must be Givens in the first case, and Wanteds in the second.
--
- -- Use @ \\ _ _ _ _ _ -> pure $ TcPluginOK [] [] @ if your plugin
+ -- Use @ \\ _ _ _ _ -> pure $ TcPluginOk [] [] @ if your plugin
-- does not provide this functionality.
, tcPluginRewrite :: s -> UniqFM TyCon TcPluginRewriter