commit b7c37d0: [Minor] Fix doc comment for url.init

Anton Yuzhaninov citrin+git at citrin.ru
Wed Oct 23 17:21:06 UTC 2019


Author: Anton Yuzhaninov
Date: 2019-10-23 13:43:26 +0100
URL: https://github.com/rspamd/rspamd/commit/b7c37d0eebee8d9feb7edeb9c179317a353c1b56

[Minor] Fix doc comment for url.init

---
 src/lua/lua_url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c
index 4f79d7b9c..1531a1c66 100644
--- a/src/lua/lua_url.c
+++ b/src/lua/lua_url.c
@@ -762,7 +762,7 @@ lua_url_create (lua_State *L)
 /***
  * @function url.init(tld_file)
  * Initialize url library if not initialized yet by Rspamd
- * @param {string} tld_file for url library
+ * @param {string} tld_file path to effective_tld_names.dat file (public suffix list)
  * @return nothing
  */
 static gint


More information about the Commits mailing list