aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/ConstructorArgs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/ConstructorArgs.hs')
-rw-r--r--html-test/src/ConstructorArgs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/src/ConstructorArgs.hs b/html-test/src/ConstructorArgs.hs
index c3b848c3..40697d13 100644
--- a/html-test/src/ConstructorArgs.hs
+++ b/html-test/src/ConstructorArgs.hs
@@ -50,7 +50,7 @@ pattern Bo :: Int -- ^ an 'Int'
-> Boo -- ^ a 'Boo' pattern
pattern Bo x y = Foo x y
--- | Not bunded and no argument docs
+-- | Not bundled and no argument docs
pattern Bo' :: Int -> String -> Boo
pattern Bo' x y = Foo x y