We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3fe70 commit 2b9264eCopy full SHA for 2b9264e
exercises/luhn/description.md
@@ -7,8 +7,11 @@ The task is to write a function that checks if a given string is valid.
7
8
Validating a Number
9
------
10
+Strings of length 1 or less are not valid. Spaces are allowed in the input,
11
+but they should be stripped before checking. All other non-digit characters
12
+are disallowed.
13
-As an example, here is a valid (but fictitious) Canadian Social Insurance
14
+As an example of a valid string, here is a fictitious Canadian Social Insurance
15
Number.
16
17
```
0 commit comments