Skip to content

Commit 28d87a6

Browse files
committed
doc: fix a typo
1 parent 7dd8ec7 commit 28d87a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Table of Contents
3030
* [encode_base64url](#encode_base64url)
3131
* [decode_base64url](#decode_base64url)
3232
* [encode_base85](#encode_base85)
33-
* [encode_base85](#encode_base85)
33+
* [decode_base85](#decode_base85)
3434

3535
## MUST READ
3636

@@ -159,7 +159,7 @@ module (not in the level of API argument, but in the level of encode/decode rule
159159

160160
[Back to TOC](#table-of-contents)
161161

162-
### encode_base85
162+
### decode_base85
163163
`syntax: raw, err = decode_base85(encoded)`
164164

165165
Decode base85 format string into its raw value. If the given string is not valid base85 encoded, the `raw` will be `nil` and `err` will be `"invalid input"`.

0 commit comments

Comments
 (0)