Skip to content

Commit 5ae0122

Browse files
authored
Merge pull request #42 from javaistic/update-comments.mdx
Update comments.mdx
2 parents 5cb1f8e + e64f9c7 commit 5ae0122

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)