Skip to content

Commit

Permalink
doubling -> double these
Browse files Browse the repository at this point in the history
  • Loading branch information
masters3d committed Aug 1, 2024
1 parent 0def5b0 commit baddf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/luhn/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We will be doubling

```text
4539 3195 0343 6467
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ (doubling)
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ (double these)
```

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

0 comments on commit baddf69

Please sign in to comment.