Improve documentation

This commit is contained in:
Julian Ospald 2020-04-17 12:48:44 +02:00
父節點 014d78e055
當前提交 ae21dbc7fa
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 1 個檔案被更改,包括 1 行新增4 行删除

查看文件

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