From 0b453262d2aff4a9574f90401af810d7c24f8483 Mon Sep 17 00:00:00 2001
From: Alexander Moisseev <moiseev@mezonplus.ru>
Date: Fri, 12 Feb 2016 17:30:09 +0300
Subject: Fix runaway comma in lua rule example

---
 doc/markdown/tutorials/writing_rules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/markdown/tutorials/writing_rules.md b/doc/markdown/tutorials/writing_rules.md
index 34e3048c8..5cdd84eb2 100644
--- a/doc/markdown/tutorials/writing_rules.md
+++ b/doc/markdown/tutorials/writing_rules.md
@@ -154,7 +154,7 @@ rspamd_config.MY_LUA_SYMBOL = {
 	callback = function(task)
 		-- Do something
 		return true
-	end
+	end,
 	score = -1.5,
 	description = 'another cool rule',
 	group = 'my symbols'
-- 
cgit v1.2.3