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."
This commit is contained in:
Manuel Okeke
2019-04-08 18:04:35 +01:00
committed by Randell Dawson
parent 869c7bfb07
commit ad8eea5266

View File

@ -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."
<a href='https://en.wikipedia.org/wiki/IEEE_754' target='_blank' rel='nofollow'>IEEE 754 Wikipedia Link</a>
<br>