Skip to content

Commit

Permalink
Explain what Base64 encoding is (JuliaLang#44498)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored May 6, 2022
1 parent 902a5c1 commit 3ee4bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/Base64/src/Base64.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"""
Base64
Functionality for base-64 encoded strings and IO.
Functionality for [base64 encoding and decoding](https://en.wikipedia.org/wiki/Base64),
a method to represent binary data using text, common on the web.
"""
module Base64

Expand Down

0 comments on commit 3ee4bb1

Please sign in to comment.