Skip to content

Commit

Permalink
Editorial: Improve the description of CanonicalNumericIndexString (#2711
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gibson042 authored and ljharb committed Sep 30, 2022
1 parent 3c4c2f5 commit 7043389
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 @@ -5794,7 +5794,7 @@ <h1>
</h1>
<dl class="header">
<dt>description</dt>
<dd>It returns _argument_ converted to a Number value if it is a String representation of a Number that would be produced by ToString, or the string *"-0"*. Otherwise, it returns *undefined*.</dd>
<dd>If _argument_ is either *"-0"* or exactly matches the result of ToString(_n_) for some Number value _n_, it returns the respective Number value. Otherwise, it returns *undefined*.</dd>
</dl>
<emu-alg>
1. If _argument_ is *"-0"*, return *-0*<sub>𝔽</sub>.
Expand Down

0 comments on commit 7043389

Please sign in to comment.