Skip to content

Commit a4048a8

Browse files
authored
fixed typos
1 parent f7f6309 commit a4048a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ counter++;
347347
348348
## Bitwise operators
349349
350-
Bitwise operators treat arguments as 32-bit interger numbers and work on the level on their binary representation.
350+
Bitwise operators treat arguments as 32-bit integer numbers and work on the level of their binary representation.
351351
352352
These operators are not JavaScript-specific. They are supported in most programming languages.
353353

0 commit comments

Comments
 (0)