summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/luascript/ref-input.rst
diff options
context:
space:
mode:
author Tom Cariello <Tomcariello@users.noreply.github.com>2023-09-28 10:41:31 -0400
committer GitHub <noreply@github.com>2023-09-29 00:41:31 +1000
commit30d92e397d15c32e79c9d508c43d9f2512f414fb (patch)
tree112e18522016e2fb1ef34b9d5a709d14951370e2 /docs/source/luascript/ref-input.rst
parent7b15eb6ef8efccb6191d5d995b2ba68bca5f4e26 (diff)
docs: Fixed many editing errors and spelling errors. (#11575)
Also fixed outdated link to contributing guidelines.
Diffstat (limited to 'docs/source/luascript/ref-input.rst')
-rw-r--r--docs/source/luascript/ref-input.rst2
1 files changed, 1 insertions, 1 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.