hixie: oops, forgot to change s/single/double/ here when updating the spec to use double-precision everywhere (see r5373). (whatwg r5915)

hixie: oops, forgot to change s/single/double/ here when updating the
spec to use double-precision everywhere (see r5373). (whatwg r5915)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4754&r2=1.4755&f=h
http://html5.org/tools/web-apps-tracker?from=5914&to=5915

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4754
retrieving revision 1.4755
diff -u -d -r1.4754 -r1.4755
--- Overview.html 25 Feb 2011 07:56:42 -0000 1.4754
+++ Overview.html 25 Feb 2011 08:12:06 -0000 1.4755
@@ -3645,7 +3645,7 @@
     </ol></li>
 
    <li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
-   finite IEEE 754 single-precision floating point values except
+   finite IEEE 754 double-precision floating point values except
    &minus;0, but with two special values added: 2<sup title="">1024</sup> and &minus;2<sup title="">1024</sup>.</li>
 
    <li><p>Let <var title="">rounded-value</var> be the number in <var title="">S</var> that is closest to <var title="">value</var>,

Received on Friday, 25 February 2011 08:13:47 UTC