From 5e79385ed579ac7587308cf7f26b3e81e42cf7e4 Mon Sep 17 00:00:00 2001 From: Beeram Rahul Reddy <64956858+rahulbeeram12@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:21:10 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afbce51..e91037e 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our coding guideli * Name of the file should be algorithm's name and first letter of file should be capital. * Code written should be readable. * Variable names should be logical and understandable. - Like int x; //This is not allowed + Like int x; ( //This is not allowed ) * Same algorithm can be submitted in different languages. -* Please Fix only one issue in one pull request +* Please Fix only one issue in one pull request. ## Authors