docs: fix incorrect comment marker

This commit is contained in:
Etienne Samson
2021-05-27 10:01:55 +02:00
parent 1ee3c37f48
commit a25cba2c0f

View File

@@ -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);
```