[javascript/en] Formatting fix

This commit is contained in:
Adam Brenecki 2015-10-28 13:27:48 +10:30
parent c83eb6c6bc
commit d4d471ef50

View File

@ -41,7 +41,7 @@ doStuff()
// JavaScript has one number type (which is a 64-bit IEEE 754 double). // JavaScript has one number type (which is a 64-bit IEEE 754 double).
// Doubles have a 52-bit mantissa, which is enough to store integers // Doubles have a 52-bit mantissa, which is enough to store integers
// up to about 9✕10¹⁵ precisely. // up to about 9✕10¹⁵ precisely.
3; // = 3 3; // = 3
1.5; // = 1.5 1.5; // = 1.5