summaryrefslogtreecommitdiffstats
path: root/challenge
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-06-06 15:36:05 -0400
committersiddharth <s@ricketyspace.net>2021-06-06 15:36:05 -0400
commit1565bc6e9fba648606e97e58be0309461000b4be (patch)
tree87c77c99ff85da065f159869541aa0f84a83f5c5 /challenge
parent6bedba61ee5cf5309111d7e0b69177c7be499ec7 (diff)
challenge/c19: update comment
Diffstat (limited to 'challenge')
-rw-r--r--challenge/c19.go2
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',