fix example
This commit is contained in:
parent
746f519c47
commit
8f6f5904a3
|
@ -78,5 +78,5 @@ Decoded string of hex representation.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
```lua
|
```lua
|
||||||
print(encoder.fromHex("6a6a6a")))
|
print(encoder.fromHex("6a6a6a"))
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue