Browse Source

Grammatical improvement for rot13 subject

pull/791/head
Chris 3 years ago
parent
commit
17d7d56542
  1. 2
      subjects/rot13/README.md

2
subjects/rot13/README.md

@ -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.

Loading…
Cancel
Save