mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-06 18:08:46 +00:00
Fix typo in caesar.jl docstring
This commit is contained in:
@@ -13,7 +13,7 @@ function encrypt_caesar(plaintext, key::Integer)
|
||||
end
|
||||
|
||||
"""
|
||||
Decrypts the given plaintext according to the Caesar cipher.
|
||||
Decrypts the given ciphertext according to the Caesar cipher.
|
||||
The key is given as an integer, being the offset of each character;
|
||||
so decrypt_caesar("abcd", 1) == "zabc".
|
||||
|
||||
|
Reference in New Issue
Block a user