aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar PureFunctor <[email protected]>2020-06-27 15:17:18 +0800
committerGravatar PureFunctor <[email protected]>2020-06-27 15:24:20 +0800
commit093a54c9acd546435c517497af409d55e0512412 (patch)
treef97501bb141270099222222c1a4360b41998f515 /bot/resources
parentUtilize Union[Message, str] for converting messages (diff)
Use pathlib and fix grammar in the information embed
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/evergreen/caesar_info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/evergreen/caesar_info.json b/bot/resources/evergreen/caesar_info.json
index ae3a4656..8229c4f3 100644
--- a/bot/resources/evergreen/caesar_info.json
+++ b/bot/resources/evergreen/caesar_info.json
@@ -1,4 +1,4 @@
{
"title": "Caesar Cipher",
- "description": "**Information**\nThe Caesar Cipher, named after hte Roman General Julius Caesar is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.\n\n**Examples**\n1) `Hello World` <=> `Khoor Zruog` where letters are shifted forwards by `3.`\n2) `Julius Caesar` <=> `Yjaxjh Rpthpg` where letters are shifted backwards by `11.`"
+ "description": "**Information**\nThe Caesar Cipher, named after the Roman General Julius Caesar, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.\n\n**Examples**\n1) `Hello World` <=> `Khoor Zruog` where letters are shifted forwards by `3`.\n2) `Julius Caesar` <=> `Yjaxjh Rpthpg` where letters are shifted backwards by `11`."
}