Skip to content

Commit

Permalink
Editorial: Fix typo ( Replace HYPEN � HYPHEN )
Browse files Browse the repository at this point in the history
Fixes #371.
  • Loading branch information
prayagverma authored and bterlson committed Feb 8, 2016
1 parent 3a86c45 commit 5c0eb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28661,7 +28661,7 @@ <h1>ClassEscape</h1>
</emu-alg>
<p>The production <emu-grammar>ClassEscape :: `-`</emu-grammar> evaluates as follows:</p>
<emu-alg>
1. Return the CharSet containing the single character - U+002D (HYPEN-MINUS).
1. Return the CharSet containing the single character - U+002D (HYPHEN-MINUS).
</emu-alg>
<p>The production <emu-grammar>ClassEscape :: CharacterEscape</emu-grammar> evaluates as follows:</p>
<emu-alg>
Expand Down Expand Up @@ -36059,7 +36059,7 @@ <h1>Runtime Semantics: CharacterRangeOrUnion Abstract Operation</h1>
<p>The abstract operation CharacterRangeOrUnion takes two CharSet parameters _A_ and _B_ and performs the following steps:</p>
<emu-alg>
1. If _A_ does not contain exactly one character or _B_ does not contain exactly one character, then
1. Let _C_ be the CharSet containing the single character - U+002D (HYPEN-MINUS).
1. Let _C_ be the CharSet containing the single character - U+002D (HYPHEN-MINUS).
1. Return the union of CharSets _A_, _B_ and _C_.
1. Return CharacterRange(_A_, _B_).
</emu-alg>
Expand Down

0 comments on commit 5c0eb7e

Please sign in to comment.