浏览代码

fix unary opator being uncast

Simon Krajewski 6 年之前
父节点
当前提交
a5c8274bfc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)