awful.rules: fix typo in example

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2011-03-29 09:37:17 +02:00
parent 448583e87c
commit 52dfb76819
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ module("awful.rules")
-- can add:
-- <br/>
-- <code>
-- { rule = { instance = "firefox" }
-- { rule = { instance = "firefox" },
-- properties = { tag = mytagobject } }
-- </code>
-- </p>
@ -44,7 +44,7 @@ module("awful.rules")
-- immediately switch to that tag you can add:
-- <br/>
-- <code>
-- { rule = { class = "Emacs" }
-- { rule = { class = "Emacs" },
-- properties = { tag = mytagobject, switchtotag = true } }
-- </code>
-- </p>