Skip to content

Commit 79dac70

Browse files
committed
Fix markdown comment for linter
From the different options at: https://stackoverflow.com/questions/4823468/comments-in-markdown
1 parent 1e6f19e commit 79dac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: exercises/affine-cipher/description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The affine cipher is a type of monoalphabetic substitution cipher.
66
Each character is mapped to its numeric equivalent, encrypted with a mathematical function and then converted to the letter relating to its new numeric value.
77
Although all monoalphabetic ciphers are weak, the affine cipher is much stronger than the atbash cipher, because it has many more keys.
88

9-
[comment]: # ( monoalphabetic as spelled by Merriam-Webster, compare to polyalphabetic )
9+
[//]: # ( monoalphabetic as spelled by Merriam-Webster, compare to polyalphabetic )
1010

1111
## Encryption
1212

0 commit comments

Comments
 (0)