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:
HumblePresent 2021-12-23 16:02:24 -06:00 committed by GitHub
parent 1413f0c4b9
commit 7451c6952e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
--TODO add ^ --TODO add ^
-- @DOC_text_gears_matcher_properties_EXAMPLE@ -- @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. -- The callback is called with the current client as first argument.
-- --