Merge pull request #1259 from Violet-Bora-Lee/patch-24

minor
This commit is contained in:
Ilya Kantor 2019-08-21 12:28:54 +03:00 committed by GitHub
commit 047ebc8bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ For instance:
}
};
alert(obj + 2); // 22 (ToPrimitive returned string => concatenation)
alert(obj + 2); // 22 (toString returned string => concatenation)
```
## Summary