From: Vsevolod Stakhov Date: Tue, 21 Apr 2020 13:34:31 +0000 (+0100) Subject: [Minor] Amend doc string X-Git-Tag: 2.6~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc08274623ea616dff051d5555755dc3cfbebee8;p=thirdparty%2Frspamd.git [Minor] Amend doc string --- diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c index 94cb51dbd9..65f0569a56 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