Răsfoiți Sursa

fix unary opator being uncast

Simon Krajewski 6 ani în urmă
părinte
comite
a5c8274bfc
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      extra/CHANGES.txt

+ 2 - 2
extra/CHANGES.txt

@@ -20,9 +20,9 @@
 	all : fixed various wrong positions when encoding data to macros
 	all : specified String.indexOf with out-of-bounds indices (#7601)
 	all : fixed various problems related to DCE and feature-handling (#7694)
-	all : fixed bad unary opator optimization (#7704)
+	all : fixed bad unary operator optimization (#7704)
 	js : fixed syntax problem related to `instanceof` (#7653)
-	flash : fixed var field access on interfaces being (#7727)
+	flash : fixed var field access on interfaces being uncast (#7727)
 	cpp : fixed various issues related to casts
 	cpp : fixed some leftover unicode issues
 	php : fixed class naming conflicts (#7716)