aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-03-05 19:20:58 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-03-05 19:20:58 +0000
commit53851cbe0f11aac01b3dae769b3ea0755b28788a (patch)
tree7c62d0e7d9987c66c212eba15c2979470d55d25b /src/lua/lua_task.c
parent59b8463ff07efba952baa3bd3ccb663e1f477c36 (diff)
downloadrspamd-53851cbe0f11aac01b3dae769b3ea0755b28788a.tar.gz
rspamd-53851cbe0f11aac01b3dae769b3ea0755b28788a.zip
[Minor] Unbreak liquid error in jekyll
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r--src/lua/lua_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index 9e786c4cb..d2bd17aba 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -413,7 +413,7 @@ LUA_FUNCTION_DEF (task, get_raw_headers);
* Modify an existing or non-existing header with the name `name`
* Mods is a table with the following structure:
* {
- * "add" = {{order, value}, {order, value}},
+ * "add" = { {order, value}, {order, value} },
* "remove" = {order, order, order}
* }
* Modifications are evaluated in order: remove, add, so headers are first