fix example

This commit is contained in:
devsaurus 2019-01-20 12:48:22 +01:00
parent 746f519c47
commit 8f6f5904a3
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"))
```