diff options
-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 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 */ |