Skip to content

Commit d7332e0

Browse files
committed
Drop the "earlier" reference
1 parent 116343a commit d7332e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/simple-cipher/description.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ The unencrypted string is called the _plaintext_ and the encrypted string is cal
1010
Converting plaintext to ciphertext is called _encoding_ while the reverse is called _decoding_.
1111

1212
In a _substitution cipher_, each plaintext letter is replaced with a ciphertext letter which is computed with the help of a _key_.
13-
(Note, it is possible for replacement letter to be the same as the original letter!
14-
As mentioned earlier, an `"a"` in the key means there is no shift/change.)
13+
(Note, it is possible for replacement letter to be the same as the original letter.)
1514

1615
## Encoding details
1716

0 commit comments

Comments
 (0)