diff --git a/src/pages/docs/comments.mdx b/src/pages/docs/comments.mdx index 65521529..6523dd98 100644 --- a/src/pages/docs/comments.mdx +++ b/src/pages/docs/comments.mdx @@ -12,7 +12,7 @@ In computer programming, comments are a portion of the program that are complete ```java // declare and initialize two variables -int a =1; +int a = 1; int b = 3; // print the output