From 7451c6952e0a24bd54edc0f7ecff6ad46ef65dcb Mon Sep 17 00:00:00 2001 From: HumblePresent <60856003+HumblePresent@users.noreply.github.com> Date: Thu, 23 Dec 2021 16:02:24 -0600 Subject: [PATCH] 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 --- docs/common/rule.ldoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common/rule.ldoc b/docs/common/rule.ldoc index 403cc6338..789d9b44b 100644 --- a/docs/common/rule.ldoc +++ b/docs/common/rule.ldoc @@ -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. --