fixed typos

This commit is contained in:
Syed Shahbaz Ahmed 2017-04-17 18:13:28 +02:00 committed by GitHub
parent f7f6309941
commit a4048a8a02

View file

@ -347,7 +347,7 @@ counter++;
## Bitwise operators
Bitwise operators treat arguments as 32-bit interger numbers and work on the level on their binary representation.
Bitwise operators treat arguments as 32-bit integer numbers and work on the level of their binary representation.
These operators are not JavaScript-specific. They are supported in most programming languages.