summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CODE_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md
index f7f453a27..8ba1e038d 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 */