docs(changelog): fix typo (#13934)

PR Close #13934
This commit is contained in:
Georgios Kalpakas 2017-01-15 10:50:44 +02:00 committed by Miško Hevery
parent d6382bfa0b
commit a6f8e9fc90
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
`new IterableChangeRecord` which it should not have a reason to do.
- `KeyValueChangeRecord` is now an interface and parameterized on `<V>`.
This should not be an issue unless your code does
`new IterableChangeRecord` which it should not have a reason to do.
`new KeyValueChangeRecord` which it should not have a reason to do.
### DEPRECATION