Skip to content

Commit d07d5df

Browse files
committed
minor fixes
1 parent 7809168 commit d07d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ There are two ways to do so:
157157

158158
1. Multiply-and-divide.
159159

160-
For example, to round the number to the 2nd digit after the decimal, we can multiply the number by `100` (or a bigger power of 10), call the rounding function and then divide it back.
160+
For example, to round the number to the 2nd digit after the decimal, we can multiply the number by `100`, call the rounding function and then divide it back.
161161
```js run
162162
let num = 1.23456;
163163

0 commit comments

Comments
 (0)