From 91ba71b09f5b0ee6ea612285d30c51ad053c1ff3 Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Sat, 28 Jan 2023 17:16:46 +0100 Subject: [PATCH] DOCS: Add missing 'not' --- DOCS/man/ipc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst index 615d3b69df..fbb0b01f5d 100644 --- a/DOCS/man/ipc.rst +++ b/DOCS/man/ipc.rst @@ -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.