From 17d7d565423a9b4a1a04a9a9f62e8bfa95ed18ab Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 14 Jun 2021 14:37:07 +0100 Subject: [PATCH] Grammatical improvement for rot13 subject --- subjects/rot13/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.