Fix method name encoder.fromBase64 in example code (#3247)

This commit is contained in:
M.K 2020-08-22 10:31:08 +02:00 committed by GitHub
parent 7774b5fa30
commit 8db97c0f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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