Skip to content

Commit e32e801

Browse files
committed
docs(CustomMessageManager): fixed typo in channel param docs
1 parent 07e2a94 commit e32e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Messaging/CustomMessageManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static void UnregisterNamedMessageHandler(string name)
157157
/// <param name="name">The message name to send</param>
158158
/// <param name="clientId">The client to send the message to</param>
159159
/// <param name="stream">The message stream containing the data</param>
160-
/// <param name="channel">The channel tos end the data on</param>
160+
/// <param name="channel">The channel to send the data on</param>
161161
/// <param name="security">The security settings to apply to the message</param>
162162
public static void SendNamedMessage(string name, ulong clientId, Stream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None)
163163
{

0 commit comments

Comments
 (0)