Browse Source

minor [skip ci]

Dan Korostelev 6 years ago
parent
commit
cc67232c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/CHANGES.txt

+ 1 - 1
extra/CHANGES.txt

@@ -13,7 +13,7 @@
 	all : unified cast, catch and Std.is behavior of null-values (#7532)
 	all : unified cast, catch and Std.is behavior of null-values (#7532)
 	macro : static variables are now always re-initialized when using the compilation server (#5746)
 	macro : static variables are now always re-initialized when using the compilation server (#5746)
 	macro : support `@:persistent` to keep macro static values across compilations
 	macro : support `@:persistent` to keep macro static values across compilations
-	js : improve js.Promise extern: now then callback argument types can be properly inferred (#7644)
+	js : improve js.Promise extern: now `then` callback argument types can be properly inferred (#7644)
 
 
 	Bugfixes:
 	Bugfixes: