Merge pull request #1584 from lumosmind/patch-30

"computed property name" instead of "computed property"
This commit is contained in:
Ilya Kantor 2019-11-06 21:33:59 +03:00 committed by GitHub
commit c78cfdf454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@ Object.defineProperties(User.prototype, {
});
```
Here's an example with a computed property in brackets `[...]`:
Here's an example with a computed property name in brackets `[...]`:
```js run
class User {