Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jan 25, 2024
1 parent c8d4a5c commit 3a6361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/FileEmbed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ embedFile fp =
#endif
(runIO $ B.readFile fp) >>= bsToExp

-- | Embed a file file in your source code.
-- | Embed a single file in your source code.
-- Unlike 'embedFile', path is given relative to project root.
-- @since 0.0.15.1
embedFileRelative :: FilePath -> Q Exp
Expand Down

0 comments on commit 3a6361d

Please sign in to comment.