From 5c48c41239ee2a6228ff469cab8e06763d485c77 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 9 Sep 2018 22:23:16 -0400 Subject: template-haskell: Fix typo in changelog --- libraries/template-haskell/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index f60bb6ec52..53b5b5692c 100644 --- a/libraries/template-haskell/changelog.md +++ b/libraries/template-haskell/changelog.md @@ -3,7 +3,7 @@ ## 2.14.0.0 *TBA* * Introduce an `addForeignFilePath` function, as well as a corresponding - `qAddForeignFile` class method to `Quasi`. Unlike `addForeingFile`, which + `qAddForeignFile` class method to `Quasi`. Unlike `addForeignFile`, which takes the contents of the file as an argument, `addForeignFilePath` takes as an argument a path pointing to a foreign file. A new `addForeignSource` function has also been added which takes a file's contents as an argument. -- cgit v1.2.1