aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r--src/lua/lua_task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index a8a53f517..87893ac6b 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -52,13 +52,13 @@ end
/***
* @function rspamd_task.load_from_file(filename[, cfg])
* Loads a message from specific file
- * @return {boolean},{rspamd_task|error} status + new task or error message
+ * @return {boolean,rspamd_task|error} status + new task or error message
*/
LUA_FUNCTION_DEF (task, load_from_file);
/***
* @function rspamd_task.load_from_string(message[, cfg])
* Loads a message from specific file
- * @return {boolean},{rspamd_task|error} status + new task or error message
+ * @return {boolean,rspamd_task|error} status + new task or error message
*/
LUA_FUNCTION_DEF (task, load_from_string);