diff --git a/lib/ruled/client.lua b/lib/ruled/client.lua index 0ac6f049d..5fd0fd014 100644 --- a/lib/ruled/client.lua +++ b/lib/ruled/client.lua @@ -156,7 +156,7 @@ end -- "except_any" keys. -- @treturn table The list of matched rules. -- @staticfct ruled.client.matching_rules -function module.matchingrules(c, rules) +function module.matching_rules(c, rules) return crules:matching_rules(c, rules) end