diff options
Diffstat (limited to 'docs/source/luascript')
-rw-r--r-- | docs/source/luascript/ref-input.rst | 2 | ||||
-rw-r--r-- | docs/source/luascript/ref-mem.rst | 2 | ||||
-rw-r--r-- | docs/source/luascript/ref-render.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/luascript/ref-input.rst b/docs/source/luascript/ref-input.rst index 7227ea02999..7390d46743f 100644 --- a/docs/source/luascript/ref-input.rst +++ b/docs/source/luascript/ref-input.rst @@ -572,7 +572,7 @@ poller:start([seq]) the positive and negative portions of an axis; for switch inputs, an “or” code is appended and the user can add an alternate host input combination. poller:poll() - Polls for for user input and updates the sequence if appropriate. Returns a + Polls for user input and updates the sequence if appropriate. Returns a Boolean indicating whether sequence input is complete. If this method returns false, you should continue polling. diff --git a/docs/source/luascript/ref-mem.rst b/docs/source/luascript/ref-mem.rst index d96ff8ba3ca..2222a785e24 100644 --- a/docs/source/luascript/ref-mem.rst +++ b/docs/source/luascript/ref-mem.rst @@ -48,7 +48,7 @@ memory.regions[] Address space ------------- -Wraps MAME’s ``address_space`` class, which represent’s an address space +Wraps MAME’s ``address_space`` class, which represents an address space belonging to a device. Instantiation 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. |