Skip to content

Commit

Permalink
Update description.md (exercism#1653)
Browse files Browse the repository at this point in the history
The test suite is testing against the key having only lowercase letters, not alphanumeric.
  • Loading branch information
chivalry authored Apr 30, 2020
1 parent 9664fc7 commit 89b3652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/simple-cipher/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ substitution cipher a little more fault tolerant by providing a source
of randomness and ensuring that the key contains only lowercase letters.

If someone doesn't submit a key at all, generate a truly random key of
at least 100 alphanumeric characters in length.
at least 100 lowercase characters in length.

## Extensions

Expand Down

0 comments on commit 89b3652

Please sign in to comment.