Improve documentation

This commit is contained in:
Julian Ospald 2020-04-17 12:48:44 +02:00
parent 014d78e055
commit ae21dbc7fa
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 4 deletions

View File

@ -186,11 +186,8 @@ parseRel filepath =
-- | Parses a path, whether it's relative or absolute. Will lose
-- information on whether it's relative or absolute. If you need to know,
-- reparse it.
-- | Parses a path, whether it's relative or absolute.
--
-- Filenames must not contain slashes.
-- Excludes '.' and '..'.
--
-- Throws: 'PathParseException'