docs/ipc: Explicitly state that reply types correspond to message types

Help avoid some squinting to make sure everything actually matches.
This commit is contained in:
Vladimir Panteleev 2021-03-17 16:26:41 +00:00 committed by Michael Stapelberg
parent 63099f7a83
commit 8db3bef66d

View File

@ -117,7 +117,9 @@ which in turn contain the JSON serialization of a data structure. For example,
the GET_WORKSPACES message returns an array of workspaces (each workspace is a
map with certain attributes).
=== Reply format
Replies currently have a 1:1 correspondence to messages, with the message type
of the reply corresponding to the message type of the message which caused the
reply to be sent.
The following reply types are implemented: