Browse Source

docs(rot21) correct grammar

DEV-3198-new-go-exercise-get-digit-len
davhojt 2 years ago committed by Dav Hojt
parent
commit
20e0dddcd4
  1. 5
      subjects/rot21/README.md

5
subjects/rot21/README.md

@ -4,10 +4,9 @@
The purpose of this exercise is to create a `rot21` function that works like the ROT13 cipher.
This function will receive a `string` and it will rotate each letter of that `string` 21 times to the right.
This function will receive a `string` and will rotate each letter of that `string` 21 times to the right.
The function should only rotate letters. If the string includes punctuation, symbols and/or numbers
they will remain the same.
The function should only rotate letters. Punctuation, symbols and numbers should remain the unchanged.
### Expected functions

Loading…
Cancel
Save