Skip to content

Commit 621b4cb

Browse files
Update comment.mdx
1 parent ee81d8e commit 621b4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/c/comment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Comments serve as a sort of in-code documentation. When inserted into a program,
99

1010
### Syntax
1111

12-
* (1) `/*` <span class="t-spar">comment</span> `*/`
13-
* (2) `//` <span class="t-spar">comment</span> <Revision since="C99">(since C99)</Revision>
12+
* (1) `/*` _comment_ `*/`
13+
* (2) `//` <Revision since="C99"> _comment_ </Revision> 
1414

1515
1) Often known as "C-style" or "multi-line" comments.
1616
2) Often known as "C++-style" or "single-line" comments.

0 commit comments

Comments
 (0)