From 8f6f5904a33d10411a8d884a12a4a3383ffb3e5a Mon Sep 17 00:00:00 2001 From: devsaurus Date: Sun, 20 Jan 2019 12:48:22 +0100 Subject: [PATCH] fix example --- docs/modules/encoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) ```