Skip to content

Commit

Permalink
Editorial: Change "the code point value of the SV of |HexEscapeSequen…
Browse files Browse the repository at this point in the history
…ce|"

... to "the numeric value of the code unit that is the SV of |HexEscapeSequence|".

The SV of |HexEscapeSequence| is a single code unit,
and it doesn't make much sense to ask for
the code point value of a code unit.
  • Loading branch information
jmdyck committed Oct 22, 2017
1 parent 30a37ea commit 81c4c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -29418,7 +29418,7 @@ <h1>Static Semantics: CharacterValue</h1>
</emu-note>
<emu-grammar>CharacterEscape :: HexEscapeSequence</emu-grammar>
<emu-alg>
1. Return the code point value of the SV of |HexEscapeSequence|.
1. Return the numeric value of the code unit that is the SV of |HexEscapeSequence|.
</emu-alg>
<emu-grammar>RegExpUnicodeEscapeSequence :: `u` LeadSurrogate `\u` TrailSurrogate</emu-grammar>
<emu-alg>
Expand Down

0 comments on commit 81c4c42

Please sign in to comment.