fix example
This commit is contained in:
parent
386867e2fd
commit
6f3f1126d6
|
@ -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