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`.