From 0191df88d78830dd02ed2e37e3927c248995841a Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:21:39 +0200 Subject: [PATCH] Doc: network protocol: clarify want_reply --- docs/network protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network protocol.md b/docs/network protocol.md index d5c56a62..0e7a53f3 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -371,7 +371,7 @@ Used to write data to the server's data storage, that data can then be shared ac | ------ | ----- | ------ | | key | str | The key to manipulate. | | default | any | The default value to use in case the key has no value on the server. | -| want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. | +| want_reply | bool | If true, the server will send a [SetReply](#SetReply) response back to the client. | | operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. | Additional arguments sent in this package will also be added to the [SetReply](#SetReply) package it triggers.