diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-04-04 10:49:51 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-04-05 15:27:05 +0200 |
commit | 577f3da7b81920c427c394871c86a523627e14e9 (patch) | |
tree | 955cceaab5020990725284b1aff2c26d5aab7191 /testsuite/tests/deSugar | |
parent | ce9b6170b0ac9ff417000d8e7bdff7b2298f2978 (diff) | |
download | haskell-577f3da7b81920c427c394871c86a523627e14e9.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'testsuite/tests/deSugar')
-rw-r--r-- | testsuite/tests/deSugar/should_run/dsrun002.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_run/dsrun002.hs b/testsuite/tests/deSugar/should_run/dsrun002.hs index 09dc52d9de..169a0c1a0d 100644 --- a/testsuite/tests/deSugar/should_run/dsrun002.hs +++ b/testsuite/tests/deSugar/should_run/dsrun002.hs @@ -1,4 +1,4 @@ -{- Tests let-expressions in do-statments -} +{- Tests let-expressions in do-statements -} module Main( main ) where |