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

This commit is contained in:
M.K 2020-08-22 10:30:29 +02:00 committed by GitHub
parent e547c2a094
commit 1f386e931d
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. thrown if the string is not a valid base64 encoding.
#### Syntax #### Syntax
`binary_string = encoder.toBase64(b64)` `binary_string = encoder.fromBase64(b64)`
#### Parameters #### Parameters
`b64` Base64 encoded input string `b64` Base64 encoded input string