From 60854412722a7c0a4e1779b3827079aa25b46a24 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 27 Aug 2016 11:38:08 +0300 Subject: [Minor] Fix typo --- src/lua/lua_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua') diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index baba3a001..0adb5432a 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -152,7 +152,7 @@ LUA_FUNCTION_DEF (task, has_urls); LUA_FUNCTION_DEF (task, get_content); /*** - * @method task:get_content() + * @method task:get_rawbody() * Get raw body for the specified task * @return {text} the data contained in the task */ -- cgit v1.2.3