aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/base32
diff options
context:
space:
mode:
Diffstat (limited to 'core/encoding/base32')
-rw-r--r--core/encoding/base32/doc.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/base32/doc.odin b/core/encoding/base32/doc.odin
index 8d6f57c88..34d12e657 100644
--- a/core/encoding/base32/doc.odin
+++ b/core/encoding/base32/doc.odin
@@ -1,2 +1,2 @@
-// package base32 implements Base32 encoding/decoding, as specified in RFC 4648.
+// package base32 implements Base32 encoding and decoding, as specified in RFC 4648.
package encoding_base32 \ No newline at end of file