From ad8eea52668875ab36db6ec71ca343b05ea497fd Mon Sep 17 00:00:00 2001 From: Manuel Okeke Date: Mon, 8 Apr 2019 18:04:35 +0100 Subject: [PATCH] removed the unnecessary space between "number s" (#35790) prev: The implementation of JavaScript's `number s is based on the `IEEE 754` standard, often called "floating-point." my changes: The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point." --- guide/english/javascript/numbers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/javascript/numbers/index.md b/guide/english/javascript/numbers/index.md index 50619d0511..e706287f84 100644 --- a/guide/english/javascript/numbers/index.md +++ b/guide/english/javascript/numbers/index.md @@ -4,7 +4,7 @@ title: Numbers ## Numbers -The implementation of JavaScript's `number`s is based on the `IEEE 754` standard, often called "floating-point." +The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point." IEEE 754 Wikipedia Link