diff options
author | siddharth <s@ricketyspace.net> | 2021-06-06 15:36:05 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-06-06 15:36:05 -0400 |
commit | 1565bc6e9fba648606e97e58be0309461000b4be (patch) | |
tree | 87c77c99ff85da065f159869541aa0f84a83f5c5 | |
parent | 6bedba61ee5cf5309111d7e0b69177c7be499ec7 (diff) |
challenge/c19: update comment
-rw-r--r-- | challenge/c19.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge/c19.go b/challenge/c19.go index 84ff57b..544e30b 100644 --- a/challenge/c19.go +++ b/challenge/c19.go @@ -52,7 +52,7 @@ func C19() { "VHJhbnNmb3JtZWQgdXR0ZXJseTo=", "QSB0ZXJyaWJsZSBiZWF1dHkgaXMgYm9ybi4=", } - // English alphabets ordered by frequency + // ASCII characters ordered by frequency // (https://mdickens.me/typing/letter_frequency.html) ascii := []byte{ ' ', 'e', 't', 'a', 'o', 'i', 'n', 's', 'r', 'h', 'l', 'd', |