diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-21 14:34:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-21 14:34:31 +0100 |
commit | fc08274623ea616dff051d5555755dc3cfbebee8 (patch) | |
tree | 4b415bcce9edc3ff0ba503c4de03c2563741a036 /src/lua/lua_url.c | |
parent | 1bf5eb0209b4ef5e294dea4f883e13eb8a45b2dc (diff) | |
download | rspamd-fc08274623ea616dff051d5555755dc3cfbebee8.tar.gz rspamd-fc08274623ea616dff051d5555755dc3cfbebee8.zip |
[Minor] Amend doc string
Diffstat (limited to 'src/lua/lua_url.c')
-rw-r--r-- | src/lua/lua_url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c index 94cb51dbd..65f0569a5 100644 --- a/src/lua/lua_url.c +++ b/src/lua/lua_url.c @@ -715,7 +715,7 @@ lua_url_to_table (lua_State *L) /*** - * @function url.create([mempool,] str) + * @function url.create([mempool,] str, [{flags_table}]) * @param {rspamd_mempool} memory pool for URL, e.g. `task:get_mempool()` * @param {string} text that contains URL (can also contain other stuff) * @return {url} new url object that exists as long as the corresponding mempool exists |