Fix documentation

This commit is contained in:
Julian Ospald 2020-01-24 13:01:28 +01:00
부모 0ff3808544
커밋 a6036a7aea
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -727,7 +727,8 @@ makeValid path
| otherwise = BS.map (\x -> if x == _nul then _underscore else x) path
-- | Is a FilePath valid, i.e. could you create a file like it?
-- | Whether the filename is a special directory entry
-- (. and ..). Does not normalise filepaths.
--
-- >>> isSpecialDirectoryEntry "."
-- True