Skip to content

Commit 6414734

Browse files
Fix formatting of C comment syntax example
1 parent 621b4cb commit 6414734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/c/comment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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+
* (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)