summaryrefslogtreecommitdiffstats
path: root/challenge/c19.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c19.go')
-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',