From 2fe9a6dfdf7ac4186436c37c3bb6e935d8f17268 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 10 Apr 2016 11:01:53 +0200 Subject: [PATCH] awful.rules: Fix a typo in the docs Signed-off-by: Uli Schlachter --- lib/awful/rules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/rules.lua b/lib/awful/rules.lua index 42c6425b..2232fa85 100644 --- a/lib/awful/rules.lua +++ b/lib/awful/rules.lua @@ -53,7 +53,7 @@ can add: Note that all "rule" entries need to match. If any of the entry does not match, the rule won't be applied. -If a client matches multiple rules, their applied in the order they are +If a client matches multiple rules, they are applied in the order they are put in this global rules table. If the value of a rule is a string, then the match function is used to determine if the client matches the rule.