Merge pull request #1398 from Violet-Bora-Lee/patch-38

minor
This commit is contained in:
Ilya Kantor 2019-10-01 18:41:34 +03:00 committed by GitHub
commit ec99b2c3bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ If we look for a property in `rabbit`, and it's missing, JavaScript automaticall
For instance: For instance:
```js run ```js
let animal = { let animal = {
eats: true eats: true
}; };