1
1
Derivar 0

Fix documentation

Este cometimento está contido em:
Julian Ospald 2020-01-24 13:01:28 +01:00
ascendente 0ff3808544
cometimento a6036a7aea
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 511B62C09D50CD28
1 ficheiros modificados com 2 adições e 1 eliminações

Ver ficheiro

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