Skip to content

Commit b9f4089

Browse files
committed
simple-cipher: remove mention of invalid input from README
1 parent 3672d59 commit b9f4089

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

exercises/simple-cipher/description.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ substitution cipher a little more fault tolerant by providing a source
5959
of randomness and ensuring that the key contains only lowercase letters.
6060

6161
If someone doesn't submit a key at all, generate a truly random key of
62-
at least 100 characters in length.
63-
64-
If the key submitted is not composed only of lowercase letters, your
65-
solution should handle the error in a language-appropriate way.
62+
at least 100 alphanumeric characters in length.
6663

6764
## Extensions
6865

0 commit comments

Comments
 (0)