Merge pull request #521 from dagolinuxoid/patch-1

typo: thay -> they
This commit is contained in:
Ilya Kantor 2018-09-30 23:49:27 +03:00 committed by GitHub
commit 9fdfb7b3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ Yes, it's possible.
If a function returns an object then `new` returns it instead of `this`.
So thay can, for instance, return the same externally defined object `obj`:
So they can, for instance, return the same externally defined object `obj`:
```js run no-beautify
let obj = {};