Fix documentation

このコミットが含まれているのは:
Julian Ospald 2020-01-24 13:01:28 +01:00
コミット a6036a7aea
この署名に対応する既知のキーがデータベースに存在しません
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