Commit 7d439d49f01bcae6e2175a491c6ef7b9304647fd

Martin Mitas 2022-01-14T17:32:27

CHANGELOG.md: Fix a typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eccf901..c471f3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,7 +34,7 @@ Fixes:
    work, it's not needed, and it can actually be confusing with URLs such as
    `http://www.example.com/~johndoe/`.
 
- * [#167](https://github.com/mity/md4c/issues/167):
+ * [#167](https://github.com/mity/md4c/issues/167),
    [#168](https://github.com/mity/md4c/issues/168):
    Fix multiple instances of various buffer overflow bugs, found mostly using
    a fuzz testing. Contributed by [dtldarek](https://github.com/dtldarek) and