diff options
author | Adam Brenecki <adam@brenecki.id.au> | 2015-10-28 13:27:48 +1030 |
---|---|---|
committer | Adam Brenecki <adam@brenecki.id.au> | 2015-10-28 13:27:48 +1030 |
commit | d4d471ef50fb2e84dc8f1656a7037795bd44a89a (patch) | |
tree | 0e4aa11a8d5b10ff5437172b2ba0e17b42a10a7b /javascript.html.markdown | |
parent | c83eb6c6bca63b28a11b975cc64db5723e94b240 (diff) |
[javascript/en] Formatting fix
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r-- | javascript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index 3f9eb641..b5c3a3c8 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -41,7 +41,7 @@ doStuff() // 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 -// up to about 9✕10¹⁵ precisely. +// up to about 9✕10¹⁵ precisely. 3; // = 3 1.5; // = 1.5 |