From e64f9c7831fd54dafa796ca35c46d4c2007134ed Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Fri, 3 Dec 2021 13:38:04 +0530 Subject: [PATCH] Update comments.mdx --- src/pages/docs/comments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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