Merge pull request #512 from shahbazsyed/patch-3

fixed typos
This commit is contained in:
Ilya Kantor 2017-04-17 21:38:21 +02:00 committed by GitHub
commit dc5582b2b0

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.