FIx typo in CHANGELOG.md [skip ci] (#4838)

This commit is contained in:
lion 2016-11-14 05:41:32 +09:00 committed by Daniel Tschinder
parent 5678e61c0f
commit 7b8ba2d9ef

View File

@ -75,7 +75,7 @@ class C2 { +p: T = e };
```js
// in
['a' + 'b']: 10 * 20, 'z': [1, 2, 3]}
{['a' + 'b']: 10 * 20, 'z': [1, 2, 3]}
// out
{ab: 200, z: [1, 2, 3]}
```