From f6243b570bf8b8face6c1d21393e1f3955efab6a Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Wed, 15 Jun 2016 23:28:46 -0400 Subject: [PATCH] Fix comment. --- Data/FileEmbed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/FileEmbed.hs b/Data/FileEmbed.hs index f1671ec..3514099 100644 --- a/Data/FileEmbed.hs +++ b/Data/FileEmbed.hs @@ -353,7 +353,7 @@ available, you can use the non-@With@ variants. -- root directory for fixing the relative path. -- -- @@@ --- $(makeRelativeToProject "data/foo.txt" >>= fileEmbed) +-- $(makeRelativeToProject "data/foo.txt" >>= embedFile) -- @@@ -- -- @since 0.0.10