diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-01-22 19:57:31 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 19:57:31 +0600 |
commit | e7b3d77bc47de5e235f320873ac500b4ea8ea71e (patch) | |
tree | a724775e930d54eb5133af9e374fde63d0aff631 | |
parent | 4406dfbdd6fe16e464ac6198a7ef7a3e14fd23da (diff) | |
parent | 0805aace8025c3edbf348bd0835e3cf523a1961d (diff) | |
download | rspamd-e7b3d77bc47de5e235f320873ac500b4ea8ea71e.tar.gz rspamd-e7b3d77bc47de5e235f320873ac500b4ea8ea71e.zip |
Merge pull request #4785 from arkamar/lua-maps-nested-comment
[Fix] Replace comment types
-rw-r--r-- | lualib/lua_maps.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lualib/lua_maps.lua b/lualib/lua_maps.lua index 1bcce6066..d3573100a 100644 --- a/lualib/lua_maps.lua +++ b/lualib/lua_maps.lua @@ -561,9 +561,9 @@ exports.rspamd_maybe_check_map = rspamd_maybe_check_map -- optional = true, -- } -- } --- --[[ Then this function will look for opts.my_map parameter and try to replace it's with --- a map with the specific type, description but not failing if it was empty. --- It will also set options.my_map_orig to the original value defined in the map --]] +-- -- Then this function will look for opts.my_map parameter and try to replace it with +-- -- a map with the specific type, description but not failing if it was empty. +-- -- It will also set options.my_map_orig to the original value defined in the map. --]] exports.fill_config_maps = function(mname, opts, map_defs) assert(type(opts) == 'table') |