Explorar el Código

fix unary opator being uncast

Simon Krajewski hace 6 años
padre
commit
a5c8274bfc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)