aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug745.hs
diff options
context:
space:
mode:
authoraskeblad <74082607+askeblad@users.noreply.github.com>2022-03-16 03:44:27 -0500
committerGitHub <noreply@github.com>2022-03-16 09:44:27 +0100
commite187816f64f0c54dc924f8283fe4c75a6e1f67b2 (patch)
tree9cf5f44bb6df8f728ce46ae1b40073638c0df9e7 /html-test/src/Bug745.hs
parent0c19a8847844a4a45b9fe7c115effcec461cfe5c (diff)
typos (#1464)
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