Skip to content

Commit d253e8d

Browse files
committed
atbash-cipher: Correct capitalization of 'atbash' to 'Atbash' in instructions
1 parent 06e6528 commit d253e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/atbash-cipher/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.
3+
Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.
44

55
The Atbash cipher is a simple substitution cipher that relies on transposing all the letters in the alphabet such that the resulting alphabet is backwards.
66
The first letter is replaced with the last letter, the second with the second-last, and so on.

0 commit comments

Comments
 (0)