]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CODE_STYLE-md: fix bold font style
authori-ky <gl.ivanovsky@gmail.com>
Fri, 13 Aug 2021 21:07:54 +0000 (00:07 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Aug 2021 21:12:21 +0000 (23:12 +0200)
Markdown gets confused with abundance of asterisks, so use underscores
instead.

Reviewed-by: Daniel Gustafsson
Closes #7569

docs/CODE_STYLE.md

index f7f453a279485b9d1f0be07b6436bc1b6b59b1e8..8ba1e038d56818fc8863a1cb2305a4babd5ebd8d 100644 (file)
@@ -47,7 +47,7 @@ if(something_is_true) {
 ## Comments
 
 Since we write C89 code, **//** comments are not allowed. They weren't
-introduced in the C standard until C99. We use only **/* comments */**.
+introduced in the C standard until C99. We use only __/* comments */__.
 
 ```c
 /* this is a comment */