summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Brenecki <adam@brenecki.id.au>2015-10-28 13:27:48 +1030
committerAdam Brenecki <adam@brenecki.id.au>2015-10-28 13:27:48 +1030
commitd4d471ef50fb2e84dc8f1656a7037795bd44a89a (patch)
tree0e4aa11a8d5b10ff5437172b2ba0e17b42a10a7b
parentc83eb6c6bca63b28a11b975cc64db5723e94b240 (diff)
[javascript/en] Formatting fix
-rw-r--r--javascript.html.markdown2
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