Fix minor typo in changelog for 1.11.0

This commit is contained in:
Artur Kornakov
2016-09-26 20:37:37 +03:00
committed by GitHub
parent 568a0c7b4e
commit 964a588e29

View File

@@ -1326,7 +1326,7 @@ six = ->
<code>Infinity</code> into <code>2e308</code>.
</li>
<li>
Bugfix for renamed destrucured parameters with defaults.
Bugfix for renamed destructured parameters with defaults.
<code>({a: b = 1}) -&gt;</code> no longer crashes the compiler.
</li>
<li>