diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lua/lua_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 1b4f626e1..aa6197a80 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -163,7 +163,7 @@ LUA_FUNCTION_DEF (task, get_urls); */ LUA_FUNCTION_DEF (task, get_content); /*** - * @method task:get_urls() + * @method task:get_emails() * Get all email addresses found in a message. * @return {table rspamd_url} list of all email addresses found */ |