Skip to content

Commit

Permalink
docs(encoding): fix typo in ascii85.ts (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
familyboat authored May 27, 2024
1 parent 2a6e912 commit ff8bc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/ascii85.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Z85 =
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#" as const;

/**
* Converts data into an ascii58-encoded string.
* Converts data into an ascii85-encoded string.
*
* @param data The data to encode.
* @param options Options for encoding.
Expand Down

0 comments on commit ff8bc18

Please sign in to comment.