Skip to content

Commit 8e0ecea

Browse files
authored
atbash-cipher: update description to be explicit about lowercase encoding (#2068)
The test suite expects uppercase letters to be encoded as lowercase. Neither the instructions nor the examples address this.
1 parent eafb71f commit 8e0ecea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/atbash-cipher/description.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ been an issue in the cipher's time.
2121
Ciphertext is written out in groups of fixed length, the traditional group size
2222
being 5 letters, leaving numbers unchanged, and punctuation is excluded.
2323
This is to make it harder to guess things based on word boundaries.
24+
All text will be encoded as lowercase letters.
2425

2526
## Examples
2627

0 commit comments

Comments
 (0)