diff --git a/docs/modules/encoder.md b/docs/modules/encoder.md index d688fa26..ede4ca63 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")) ```