Skip to content

Commit e64f9c7

Browse files
committed
Update comments.mdx
1 parent 5cb1f8e commit e64f9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/comments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In computer programming, comments are a portion of the program that are complete
1212

1313
```java
1414
// declare and initialize two variables
15-
int a =1;
15+
int a = 1;
1616
int b = 3;
1717

1818
// print the output

0 commit comments

Comments
 (0)