From 2fa4baddea955e0ef4cf7aa0d94e264be6a81ace Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@well-typed.com> Date: Thu, 12 Mar 2020 19:00:04 -0400 Subject: [PATCH] Fix typo in changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c8de8d0..7e2f05f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## 0.6.1.0 *October 2019* - * Addition of `readFielUtf8` and `writeFileUtf8` functions. + * Addition of `readFileUtf8` and `writeFileUtf8` functions. * Ensure `.tix` files read and written in UTF-8, regadless of the system locale. ## 0.6.0.3 *May 2016* -- GitLab