fix: Docs update to specify rule callback as being run before properties applied
fix(rule_callback): Docs update to specify rule callback as being run before properties applied
This commit is contained in:
parent
1413f0c4b9
commit
7451c6952e
|
@ -9,7 +9,7 @@
|
|||
--TODO add ^
|
||||
-- @DOC_text_gears_matcher_properties_EXAMPLE@
|
||||
|
||||
--- A callback function to call *after* the `properties` have been applied.
|
||||
--- A callback function to call *before* the `properties` have been applied.
|
||||
--
|
||||
-- The callback is called with the current client as first argument.
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue