From cac5260a0bc972816be0df60ef370eb46d1e45f8 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 24 Apr 2013 15:16:48 +0900 Subject: [PATCH] fixing typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 739c570..e09b929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2013-04-02 v1.12.4 * C-M-d on Emacs now can browse functions and types. - * Checking "QuasiQuotes" as well ass "TemplateHaskell". (@eagletmt) + * Checking "QuasiQuotes" as well as "TemplateHaskell". (@eagletmt) * "ghc-mod info" can display info of non-exported functions. (@mvoidex)