diff options
Diffstat (limited to 'core/encoding/base64')
| -rw-r--r-- | core/encoding/base64/doc.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/base64/doc.odin b/core/encoding/base64/doc.odin index 902cf660e..0eab8ae09 100644 --- a/core/encoding/base64/doc.odin +++ b/core/encoding/base64/doc.odin @@ -1,2 +1,2 @@ -// package base64 implements Base64 encoding and decoding +// package base64 implements Base64 encoding and decoding. package encoding_base64
\ No newline at end of file |