Skip to content

Commit 9a6acd6

Browse files
authored
fix last number to check in luhn/instructions.md (#2577)
1 parent 9f4f82c commit 9a6acd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/luhn/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If the sum is evenly divisible by 10, the original number is valid.
4141

4242
### Invalid Canadian SIN
4343

44-
The number to be checked is `066 123 468`.
44+
The number to be checked is `066 123 478`.
4545

4646
We start at the end of the number and double every second digit, beginning with the second digit from the right and moving left.
4747

0 commit comments

Comments
 (0)