diff --git a/subjects/rot13/README.md b/subjects/rot13/README.md index 6e2b38f4..a8aa3549 100644 --- a/subjects/rot13/README.md +++ b/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.