Fix comment.

This commit is contained in:
Ian Grant Jeffries 2016-06-15 23:28:46 -04:00
parent abcf9018bd
commit f6243b570b

View File

@ -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