Commit 868f4bcb4d3290f4b5320f030fccdf1e7fc8ac8a

Edward Thomson 2021-05-31T21:06:37

Merge pull request #5897 from tiennou/fix/coding-style-comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/coding-style.md b/docs/coding-style.md
index d5188f0..b8b94d6 100644
--- a/docs/coding-style.md
+++ b/docs/coding-style.md
@@ -172,7 +172,7 @@ tags:
  *
  * @param s String to froznicate
  * @return A newly allocated string or `NULL` in case an error occurred.
- * /
+ */
 char *froznicate(const char *s);
 ```