DOCS: Add missing 'not'

This commit is contained in:
Oxan van Leeuwen 2023-01-28 17:16:46 +01:00 committed by Leo Izen
parent 588d66fb25
commit 91ba71b09f
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ And this is the completion:
{"request_id":123,"error":"success","data":null}
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
later when the command finishes.
command is long running, sending the message will not lead to any reply until
much later when the command finishes.
Some commands execute synchronously, but these will behave like asynchronous
commands that finished execution immediately.