Skip to content

Commit ffb9ce2

Browse files
committed
up
1 parent 37f50d8 commit ffb9ce2

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
@@ -232,7 +232,7 @@ alert( 2 ** 3 ); // 8 (2 * 2 * 2)
232232
alert( 2 ** 4 ); // 16 (2 * 2 * 2 * 2)
233233
```
234234

235-
The operator works for non-integer numbers of `a` and `b` as well.
235+
The operator works for non-integer numbers as well.
236236

237237
For instance:
238238

0 commit comments

Comments
 (0)