From 78890dde07e7006a9e4c2b853720d7e544760947 Mon Sep 17 00:00:00 2001 From: Daniel Sosa Date: Thu, 19 Feb 2015 14:01:45 -0600 Subject: [PATCH] Clean some documentation issues --- ChatCommands.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ChatCommands.md b/ChatCommands.md index 1760e81..6dc4c72 100644 --- a/ChatCommands.md +++ b/ChatCommands.md @@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region. ### `//shift x/y/z/?/up/down/left/right/front/back [+|-]` -Shifts the selection area by [+|-] without touching its contents. The shifting axis can be absolute (x/y/z) or -relative (up/down/left/right/front/back). +Shifts the selection area by `[+|-]` without touching its contents. The shifting axis can be absolute (`x/y/z`) or +relative (`up/down/left/right/front/back`). //shift left 5 ### `//expand [+|-]x/y/z/?/up/down/left/right/front/back [reverse-amount]` -Expands the selection by in the selected absolute or relative axis. If specified, the selection can be expanded in the -opposite direction iver the same axis by [reverse-amount] +Expands the selection by `` in the selected absolute or relative axis. If specified, the selection can be expanded in the +opposite direction over the same axis by `[reverse-amount]`. //expand right 7 5 ### `//contract [+|-]x/y/z/?/up/down/left/right/front/back [reverse-amount]` -Contracts the selection by in the selected absolute or relative axis. If specified, the selection can be contracted in the -opposite direction iver the same axis by [reverse-amount] +Contracts the selection by `` in the selected absolute or relative axis. If specified, the selection can be contracted in the +opposite direction over the same axis by `[reverse-amount]`. //expand right 7 5 ### `//outset [h|v] ` -Expands the selection in all directions by . If specified, the selection can be expanded horizontally in the x and z axes [h] -or vertically in the y axis [v]. +Expands the selection in all directions by ``. If specified, the selection can be expanded horizontally in the x and z axes `[h]` +or vertically in the y axis `[v]`. //outset v 5 ### `//inset [h|v] ` -Contracts the selection in all directions by . If specified, the selection can be contracted horizontally in the x and z axes [h] -or vertically in the y axis [v]. +Contracts the selection in all directions by ``. If specified, the selection can be contracted horizontally in the x and z axes `[h]` +or vertically in the y axis `[v]`. //outset v 5 \ No newline at end of file