diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-22 17:38:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-22 17:38:52 -0400 |
commit | 213a473d5bdd5cfe698542addd9677a23032adc5 (patch) | |
tree | 4856bc260980cc2d294e44403dc44e132852d221 | |
parent | e48959c77e5d0c86c0b60bd2837cc57940f7635a (diff) |
comment typo
-rw-r--r-- | Build/EvilSplicer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index cca984389..e917dcc7a 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -572,7 +572,7 @@ mangleCode = flip_colon - foo = do { let x = foo; - use foo } - - - Fix by converting the "let x" to :x <- return $" + - Fix by converting the "let x" to "x <- return $" -} let_do = parsecAndReplace $ do void $ string "= do { let " |