JS: address review

This commit is contained in:
Asger F
2018-11-29 11:37:38 +00:00
parent b2a82ae598
commit d4023fe95a

View File

@@ -8,7 +8,7 @@
| **Query** | **Tags** | **Purpose** |
|-----------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Useless comparison test | correctness | Highlight code that is unreachable due to a numeric comparison that is always true or alway false. |
| Useless comparison test | correctness | Highlights code that is unreachable due to a numeric comparison that is always true or always false. |
## Changes to existing queries