Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 893f62f

Browse files
committed
Stylistic issue: replace \"eg\" by \"example\", as requested
1 parent a12d12d commit 893f62f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.21/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
| Server-side URL redirect | Fewer false-positive results | This rule now treats URLs as safe in more cases where the hostname cannot be tampered with. |
3939
| Type confusion through parameter tampering | Fewer false-positive results | This rule now recognizes additional emptiness checks. |
4040
| Useless assignment to property | Fewer false-positive results | This rule now ignore reads of additional getters. |
41-
| Unreachable statement | Unreachable throws no longer give an alert | This ignores unreachable throws, as they could be intentional (for eg. to placate the TS compiler). |
41+
| Unreachable statement | Unreachable throws no longer give an alert | This ignores unreachable throws, as they could be intentional (for example, to placate the TS compiler). |
4242

4343
## Changes to QL libraries
4444

0 commit comments

Comments
 (0)