fix example

This commit is contained in:
devsaurus 2019-01-20 12:46:53 +01:00
parent 386867e2fd
commit 6f3f1126d6
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@ Decoded string of hex representation.
#### Example
```lua
print(encoder.fromHex("6a6a6a")))
print(encoder.fromHex("6a6a6a"))
```