Skip to content

Commit 685ec55

Browse files
authored
[Luhn algorithm] Replace _ with arrows (#2466)
1 parent 1ed4ebf commit 685ec55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/luhn/description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The first step of the Luhn algorithm is to double every second digit, starting f
2222
We will be doubling
2323

2424
```text
25-
4_3_ 3_9_ 0_4_ 6_6_
25+
4539 3195 0343 6467
26+
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ (double these)
2627
```
2728

2829
If doubling the number results in a number greater than 9 then subtract 9 from the product.

0 commit comments

Comments
 (0)