Unverified Commit 1f386e93 authored by M.K's avatar M.K Committed by GitHub
Browse files

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

parent e547c2a0
...@@ -29,7 +29,7 @@ Decodes a Base64 representation of a (binary) Lua string back into the original ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment