From a26a7992a61b247f70a18566ed0b152f97cc5836 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 1 May 2026 16:16:47 +0200 Subject: [PATCH] better description in send function --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 654cb7b..2a6ce55 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -239,7 +239,7 @@ functions: functions: send: description: "Send a message through a reliable channel. The message is always segmented, - SDS-tracked, rate-limited, and encrypted (if configured)." + SDS-tracked, rate-limited (optional), and encrypted (optional)." parameters: - name: channel type: ReliableChannel