Skip to content

Commit a25cba2

Browse files
committed
docs: fix incorrect comment marker
1 parent 1ee3c37 commit a25cba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coding-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ tags:
172172
*
173173
* @param s String to froznicate
174174
* @return A newly allocated string or `NULL` in case an error occurred.
175-
* /
175+
*/
176176
char *froznicate(const char *s);
177177
```
178178

0 commit comments

Comments
 (0)