We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b548b2 commit 7e56b71Copy full SHA for 7e56b71
src/content/docs/c/comment.mdx
@@ -10,8 +10,7 @@ Comments serve as a sort of in-code documentation. When inserted into a program,
10
### Syntax
11
12
* (1) `/*` _comment_ `*/`
13
-
14
-<Revision since="C99">* (2) `//` _comment_ </Revision>
+* <Revision since="C99">(2) `//` _comment_ </Revision>
15
16
1) Often known as "C-style" or "multi-line" comments.
17
2) Often known as "C++-style" or "single-line" comments.
0 commit comments