diff --git a/docs/modules/encoder.md b/docs/modules/encoder.md index 2b5f82a1..e76252b0 100644 --- a/docs/modules/encoder.md +++ b/docs/modules/encoder.md @@ -78,5 +78,5 @@ Decoded string of hex representation. #### Example ```lua -print(encoder.fromHex("6a6a6a"))) +print(encoder.fromHex("6a6a6a")) ```