Fix documentation

Bu işleme şunda yer alıyor:
Julian Ospald 2020-01-24 13:01:28 +01:00
ebeveyn 0ff3808544
işleme a6036a7aea
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 511B62C09D50CD28
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme

Dosyayı Görüntüle

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