From a15fc684b69257db15cce9ea677d4e7ed236c6ac Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 13 May 2015 14:58:29 +0100 Subject: [PATCH] Fix method name in the documentation. --- src/lua/lua_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5