summaryrefslogtreecommitdiffstats
path: root/enc/b64.go
diff options
context:
space:
mode:
Diffstat (limited to 'enc/b64.go')
-rw-r--r--enc/b64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/b64.go b/enc/b64.go
index de9c3a3..ee5a8b6 100644
--- a/enc/b64.go
+++ b/enc/b64.go
@@ -21,7 +21,7 @@ func encode(b uint16) string {
return string(b64_table[b])
}
-// adapted from
+// Adapted from
// https://go.googlesource.com/go/+/refs/tags/go1.15/src/encoding/hex/hex.go#83
func fromHexChar(c byte) uint16 {
switch {