diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-04-13 16:26:22 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-04-13 16:26:22 +0100 |
commit | 7d0160a7d82221de49ae235be669e131d8156243 (patch) | |
tree | 426f85a6d254714f4095c8b4048e549c00614d35 /src | |
parent | bd58d2b9315655e1d0d02a47f667937ae0851c82 (diff) | |
download | rspamd-7d0160a7d82221de49ae235be669e131d8156243.tar.gz rspamd-7d0160a7d82221de49ae235be669e131d8156243.zip |
[Minor] Correct the docs
Diffstat (limited to 'src')
-rw-r--r-- | src/lua/lua_task.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 2de3fb5ed..cb9ca4994 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -262,9 +262,9 @@ LUA_FUNCTION_DEF (task, get_urls); * - If flags include are nil then all but excluded urls are returned * - If flags exclude are nil then only included explicitly urls are returned * - If both parameters are nil then all urls are included - * @param {table|string} flags_include included flags - * @param {table|string} flags_exclude excluded flags - * @param {table|string} protocols_mask incude only specific protocols + * @param {table} flags_include included flags + * @param {table} flags_exclude excluded flags + * @param {table} protocols_mask incude only specific protocols * @return {table rspamd_url} list of urls matching conditions */ LUA_FUNCTION_DEF (task, get_urls_filtered); |