Skip to content

Commit efe599a

Browse files
tasxatzialIsaacG
andauthored
Apply suggestions from code review
Co-authored-by: Isaac Good <[email protected]>
1 parent 83e1e5d commit efe599a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/luhn/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ We end up with:
3030
8569 6195 0383 3437
3131
```
3232

33-
Finally, we sum all digits, and if the sum is evenly divisible by 10, the original number is valid.
33+
Finally, we sum all digits.
34+
If the sum is evenly divisible by 10, the original number is valid.
3435

3536
```text
3637
8 + 5 + 6 + 9 + 6 + 1 + 9 + 5 + 0 + 3 + 8 + 3 + 3 + 4 + 3 + 7 = 80

0 commit comments

Comments
 (0)