aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug745.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Bug745.hs')
-rw-r--r--html-test/src/Bug745.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/src/Bug745.hs b/html-test/src/Bug745.hs
index 295ac59d..01602bb3 100644
--- a/html-test/src/Bug745.hs
+++ b/html-test/src/Bug745.hs
@@ -4,6 +4,6 @@
module Bug574 where
-- See https://github.com/haskell/haddock/issues/574
--- | Somthing with a spliced type
+-- | Something with a spliced type
foo :: Int -> $(let i = [t| Int |] in [t| $i -> $i |])
foo x y = x + y