diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-18 17:46:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 17:46:35 +0100 |
commit | d08955ec925f575a378d5c251c847d59f331ba2b (patch) | |
tree | a28498bd72b5a54f2184a6b3e3bb6482fb831f58 /lualib | |
parent | 52d2c9fe2deb046d83669c2b335fa3353dc64f40 (diff) | |
parent | d081f133dae7a5a4fdc04c3275d7618ce5f0dbdf (diff) | |
download | rspamd-d08955ec925f575a378d5c251c847d59f331ba2b.tar.gz rspamd-d08955ec925f575a378d5c251c847d59f331ba2b.zip |
Merge pull request #2497 from negram/doc-misprint-fix
[Minor] Misprint in function doc
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_selectors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_selectors.lua b/lualib/lua_selectors.lua index 197d9c53e..f8e1924fc 100644 --- a/lualib/lua_selectors.lua +++ b/lualib/lua_selectors.lua @@ -733,7 +733,7 @@ end local parser = make_grammar() --[[[ --- @function lua_selectors.parse_selectors(cfg, str) +-- @function lua_selectors.parse_selector(cfg, str) --]] exports.parse_selector = function(cfg, str) local parsed = {parser:match(str)} |