Skip to content

Commit 1b548b2

Browse files
Fix syntax formatting for C comments in documentation
1 parent 6414734 commit 1b548b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/c/comment.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Comments serve as a sort of in-code documentation. When inserted into a program,
1010
### Syntax
1111

1212
* (1) `/*` _comment_ `*/`
13-
* (2) <Revision since="C99">`//` _comment_ </Revision
13+
14+
<Revision since="C99">* (2) `//` _comment_ </Revision
1415

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

0 commit comments

Comments
 (0)