summaryrefslogtreecommitdiff
path: root/docs/coding-style.md
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2021-05-27 10:01:55 +0200
committerEtienne Samson <samson.etienne@gmail.com>2021-05-27 10:01:55 +0200
commita25cba2c0f4d85dc030c8fd65f5660acf00e9463 (patch)
treebc327351708b1608dcc08e22868dc0679ef4fe25 /docs/coding-style.md
parent1ee3c37f48479e92f57c1a5da8c8393f4a745d13 (diff)
downloadlibgit2-a25cba2c0f4d85dc030c8fd65f5660acf00e9463.tar.gz
docs: fix incorrect comment marker
Diffstat (limited to 'docs/coding-style.md')
-rw-r--r--docs/coding-style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-style.md b/docs/coding-style.md
index d5188f0bc..b8b94d69c 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);
```