Skip to content

Commit dc5582b

Browse files
authored
Merge pull request #512 from shahbazsyed/patch-3
fixed typos
2 parents 1a626e6 + a4048a8 commit dc5582b

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)