docs(ruled): Fix incorrect property documentation

Commit history suggests that this was just a mistake when writing
the file. Nothing suggests that the implementation was supposed to
changed instead.
This commit is contained in:
Lucas Schwiderski 2021-12-21 08:38:19 +01:00
parent 869e63fcdc
commit 7b13f80778
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 7 additions and 5 deletions

View File

@ -4,15 +4,17 @@
--
-- @rulecomponent properties
-- @param table
-- @see callbacks
-- @see callback
--TODO add ^
-- @DOC_text_gears_matcher_properties_EXAMPLE@
--- A list of callback function to call *after* the properties have been apploed.
-- @rulecomponent callbacks
-- @param table
-- @see properties
--- A callback function to call *after* the `properties` have been applied.
--
-- The callback is called with the current client as first argument.
--
-- @rulecomponent callback
-- @param function
--- A table whose content will be compared to the target object current properties.
--