Merge pull request #19 from seagreen/fix-comment

Fix comment.
This commit is contained in:
Michael Snoyman 2016-06-16 07:17:59 +03:00 committed by GitHub
commit bef4eeb9c4

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