We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4f82c commit 9a6acd6Copy full SHA for 9a6acd6
exercises/luhn/instructions.md
@@ -41,7 +41,7 @@ If the sum is evenly divisible by 10, the original number is valid.
41
42
### Invalid Canadian SIN
43
44
-The number to be checked is `066 123 468`.
+The number to be checked is `066 123 478`.
45
46
We start at the end of the number and double every second digit, beginning with the second digit from the right and moving left.
47
0 commit comments