doc: fix typo (#1430)
This commit is contained in:
parent
eefa9fc369
commit
9553f616c0
|
@ -295,7 +295,7 @@ end
|
||||||
|
|
||||||
--- The main tile algo, on the right.
|
--- The main tile algo, on the right.
|
||||||
-- @param screen The screen number to tile.
|
-- @param screen The screen number to tile.
|
||||||
-- @clientlayout awful.layout.suit.tile.top
|
-- @clientlayout awful.layout.suit.tile.right
|
||||||
tile.right = {}
|
tile.right = {}
|
||||||
tile.right.name = "tile"
|
tile.right.name = "tile"
|
||||||
tile.right.arrange = do_tile
|
tile.right.arrange = do_tile
|
||||||
|
|
Loading…
Reference in New Issue