ES.48: fix wording in reasoning (#1859)

This commit is contained in:
Kevin Boyette
2021-11-30 23:14:38 -05:00
committed by GitHub
parent b6d7ab64ad
commit dc6ea376c4

View File

@@ -11773,7 +11773,7 @@ Flag uses of `0` and `NULL` for pointers. The transformation might be helped by
##### Reason ##### Reason
Casts are a well-known source of errors. Make some optimizations unreliable. Casts are a well-known source of errors and make some optimizations unreliable.
##### Example, bad ##### Example, bad