]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Correct the docs
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Apr 2021 15:26:22 +0000 (16:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Apr 2021 15:26:22 +0000 (16:26 +0100)
src/lua/lua_task.c

index 2de3fb5ed577ca7658750c431a3a2042ab6ff286..cb9ca49944826d50b68b308dafa6747b281fb0f5 100644 (file)
@@ -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);