archives

« Bugzilla Issues Index

#3039 — 20.1.3.5 Number.prototype.toPrecision ( precision ): Step 8.a. should use a hyphen, not a plus sign


The following change occurred from rev 25 to rev 26:

> 8. If x < 0, then
>- a. Let s be "-".
>+ a. Let s be code unit U+002B (PLUS SIGN).

It should be U+002D (HYPHEN-MINUS).


fixed in rev27 editor's draft


fixed in rev27 draft