Skip to content

Commit db1b0a9

Browse files
committed
Update README.md
1 parent 4a74754 commit db1b0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ replace
1818
const digit = a % base;
1919

2020
with
21+
2122
const digit = a - base * (a / base);
2223

2324
Testing

0 commit comments

Comments
 (0)