From 6d2db5c89a674378a5b6afdf9250a1824687261d Mon Sep 17 00:00:00 2001 From: Sagar Kumar <49971003+sagarkumarofficial1@users.noreply.github.com> Date: Tue, 30 Jun 2020 12:46:06 +0530 Subject: [PATCH] Change "Not Good" Text To "Bad" Hii I am reading the readme.MD file and I found that you write "Not Good" instead of "Bad" Which look not Familier With the pattern you are following so I change it To "Bad".Please check And merge that Code. Thank you Sagar Kumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d020b..8b3f0d6 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ if(cityGroup.Success == true && zipCodeGroup.Success == true)
Use default arguments instead of short circuiting or conditionals -**Not good:** +**Bad:** This is not good because `breweryName` can be `NULL`.