tc39 / proposal-dynamic-code-brand-checks

TC39 proposal that enables flexible brand checks before dynamic code loading
MIT License
31 stars 5 forks source link

typo #6

Closed technohippy closed 4 years ago

technohippy commented 4 years ago

I'm not sure this is the right place to point this out, but I found a typo in the spec: https://tc39.es/proposal-dynamic-code-brand-checks/

In "3 Runtime Semantics: PerformEval ( x, callerRealm, strictCaller, direct )" section, "2. If IsCodeLike(x), return x." should be "2. If IsCodeLike(x) is false, return x." or something.

Thanks.

mikesamuel commented 4 years ago

Thanks