Skip to content

Commit 3dbdea8

Browse files
committed
Fix README format
1 parent 82d6fcd commit 3dbdea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ All three modules provide the same API, and the same documentation (calling out
1717
In Haskell, the definition is `type FilePath = String` as of now. A Haskell `String` is a list of Unicode code points.
1818

1919
On unix, filenames don't have a predefined encoding as per the
20-
<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170 POSIX specification>
21-
and are passed as @char[]@ to syscalls.
20+
[POSIX specification](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170)
21+
and are passed as `char[]` to syscalls.
2222

2323
On windows (at least the API used by `Win32`) filepaths are UTF-16 strings.
2424

0 commit comments

Comments
 (0)