Fixed Typo

This commit is contained in:
Em Poulter 2019-11-07 12:38:33 +00:00 committed by GitHub
parent 5a1825c9ac
commit 94e251d1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ In contrast, `Symbol.toPrimitive` *must* return a primitive, otherwise there wil
## Further conversions
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operatnds to numbers.
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operands to numbers.
If we pass an object as an argument, then there are two stages:
1. The object is converted to a primitive (using the rules described above).