Skip to content

Commit 7e56b71

Browse files
Fix comment syntax formatting in C documentation
1 parent 1b548b2 commit 7e56b71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/c/comment.mdx

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

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

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

0 commit comments

Comments
 (0)