summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/luascript/ref-render.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/luascript/ref-render.rst')
-rw-r--r--docs/source/luascript/ref-render.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/luascript/ref-render.rst b/docs/source/luascript/ref-render.rst
index 8a2dc7f5692..f10f8710e26 100644
--- a/docs/source/luascript/ref-render.rst
+++ b/docs/source/luascript/ref-render.rst
@@ -48,7 +48,7 @@ bounds:set_xy(left, top, right, bottom)
The arguments must all be floating-point numbers.
bounds:set_wh(left, top, width, height)
- Set the rectangle’s position and size in terms of the top top left corner
+ Set the rectangle’s position and size in terms of the top left corner
position, and the width and height.
The arguments must all be floating-point numbers.