Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Change "non white space" to "non-|StrWhiteSpaceChar|" (tc3…
…9#1554) ... under "ToNumber Applied to the String Type". The phrase "non-|StrWhiteSpaceChar|" skips both WhiteSpace *and* LineTerminator code points, which is important for an example like `Number("\n-0")`. Also, insert "(if any)", because a StringNumericLiteral might not have any such code point. See tc39#1554 (comment)
- Loading branch information