Fix method name encoder.fromBase64 in example code (#3247)
This commit is contained in:
parent
7774b5fa30
commit
8db97c0f52
|
@ -29,7 +29,7 @@ Decodes a Base64 representation of a (binary) Lua string back into the original
|
|||
thrown if the string is not a valid base64 encoding.
|
||||
|
||||
#### Syntax
|
||||
`binary_string = encoder.toBase64(b64)`
|
||||
`binary_string = encoder.fromBase64(b64)`
|
||||
|
||||
#### Parameters
|
||||
`b64` Base64 encoded input string
|
||||
|
|
Loading…
Reference in New Issue