doc: Fix 2 missing parentheses

This commit is contained in:
Emmanuel Lepage Vallee 2017-01-04 00:12:44 -05:00
parent 7f9d62c49b
commit 160ea0fd66
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@
* gap_single_client = true,
* gap = 15,
* screen = s,
* }
* })
*
* awful.tag.add("Second tag", {
* icon = "/path/to/icon2.png",
* layout = awful.layout.suit.max,
* screen = s,
* }
* })
*
* **Accessing tags**:
*