Merge pull request #228 from usernamehw/patch-8

Typo & spacing
This commit is contained in:
Ilya Kantor 2017-10-01 07:22:31 +03:00 committed by GitHub
commit f401a67fd9

View file

@ -270,7 +270,7 @@ JavaScript doesn't trigger an error in such events. It does its best to fit the
````
```smart header="Two zeroes"
Another funny consequence of the internal representation of numbers is the existance of two zeroes: `0` and `-0`.
Another funny consequence of the internal representation of numbers is the existence of two zeroes: `0` and `-0`.
That's because a sign is represented by a single bit, so every number can be positive or negative, including a zero.