diff options
author | askeblad <74082607+askeblad@users.noreply.github.com> | 2022-03-16 03:44:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 09:44:27 +0100 |
commit | e187816f64f0c54dc924f8283fe4c75a6e1f67b2 (patch) | |
tree | 9cf5f44bb6df8f728ce46ae1b40073638c0df9e7 /html-test/src/ConstructorArgs.hs | |
parent | 0c19a8847844a4a45b9fe7c115effcec461cfe5c (diff) |
typos (#1464)
Diffstat (limited to 'html-test/src/ConstructorArgs.hs')
-rw-r--r-- | html-test/src/ConstructorArgs.hs | 2 |
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 |