Grammatical improvement for rot13 subject

This commit is contained in:
Chris 2021-06-14 14:37:07 +01:00
parent a946819c11
commit 17d7d56542
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### Instructions
Write a program that takes a `string` and displays it, replacing each of its
letters by the letter 13 spaces ahead in alphabetical order.
letters by the letter 13 spots ahead in alphabetical order.
- 'z' becomes 'm' and 'Z' becomes 'M'. The case of the letter stays the same.