summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-02-19 05:29:29 +0800
committerGitHub <noreply@github.com>2020-02-18 22:29:29 +0100
commit648b75d1c6851911b83bf9c981e8ad1932d5f75d (patch)
tree057bddc011a20c920d959705fcb1424e3eb712d1
parentb8a731eb948b98019b8663c6fc653d2c930df2b1 (diff)
downloadstylish-haskell-648b75d1c6851911b83bf9c981e8ad1932d5f75d.tar.gz
Correct a typo in Step/Data/Tests.hs (#272)
-rw-r--r--tests/Language/Haskell/Stylish/Step/Data/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Language/Haskell/Stylish/Step/Data/Tests.hs b/tests/Language/Haskell/Stylish/Step/Data/Tests.hs
index 1e7f254..b43e6dc 100644
--- a/tests/Language/Haskell/Stylish/Step/Data/Tests.hs
+++ b/tests/Language/Haskell/Stylish/Step/Data/Tests.hs
@@ -406,7 +406,7 @@ case19 = expected @=? testStep (step indentIndentStyle) input
, " }"
]
--- | Should not break Enums (data without records) formating
+-- | Should not break Enums (data without records) formatting
--
-- See https://github.com/jaspervdj/stylish-haskell/issues/262
case20 :: Assertion