mirror of https://github.com/mpv-player/mpv
DOCS: Add missing 'not'
This commit is contained in:
parent
588d66fb25
commit
91ba71b09f
|
@ -193,8 +193,8 @@ And this is the completion:
|
||||||
{"request_id":123,"error":"success","data":null}
|
{"request_id":123,"error":"success","data":null}
|
||||||
|
|
||||||
By design, you will not get a confirmation that the command was started. If a
|
By design, you will not get a confirmation that the command was started. If a
|
||||||
command is long running, sending the message will lead to any reply until much
|
command is long running, sending the message will not lead to any reply until
|
||||||
later when the command finishes.
|
much later when the command finishes.
|
||||||
|
|
||||||
Some commands execute synchronously, but these will behave like asynchronous
|
Some commands execute synchronously, but these will behave like asynchronous
|
||||||
commands that finished execution immediately.
|
commands that finished execution immediately.
|
||||||
|
|
Loading…
Reference in New Issue