From 13b683dea5b418f82a31bcced6b54f3d87daa593 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Tue, 4 Jan 2022 00:31:10 -0500 Subject: [PATCH] styling --- doc/modchannels.adoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/modchannels.adoc b/doc/modchannels.adoc index b8cf147..aee2466 100644 --- a/doc/modchannels.adoc +++ b/doc/modchannels.adoc @@ -35,8 +35,10 @@ TIP: set the channel to nil afterwords to free resources ==== channel:send_all(message) * `message`: string, limited to 65535 bytes -* sends to all ssm and csm on the channel -* message will drop if channel is not writable or invalid + +Sends to all SSMs and CSMs on the channel. + +TIP: The message will drop if channel is not writable or invalid == Client Side API @@ -82,5 +84,7 @@ TIP: set the channel to nil afterwords to free resources ==== channel:send_all(message) * `message`: string, limited to 65535 bytes -* sends to all ssm and csm on the channel -* message will drop if channel is not writable or invalid \ No newline at end of file + +Sends to all SSMs and CSMs on the channel. + +TIP: The message will drop if channel is not writable or invalid \ No newline at end of file