summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index ac9c94b9a7..cda392825d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -561,7 +561,7 @@ Input Commands that are Possibly Subject to Change
different memory region to prevent tearing).
It is also possible to pass a raw memory address for use as bitmap memory
- by passing a memory address as integer prefixed with a ``&`` character.
+ by passing a memory address as integer prefixed with an ``&`` character.
Passing the wrong thing here will crash the player. This mode might be
useful for use with libmpv. The ``offset`` parameter is simply added to the
memory address (since mpv 0.8.0, ignored before).