diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md index f7f453a279..8ba1e038d5 100644 --- a/docs/CODE_STYLE.md +++ b/docs/CODE_STYLE.md @@ -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 */