Skip to content

Commit ed7b2df

Browse files
Update Runtime/Scripts/RTCDataChannel.cs
Co-authored-by: chrstphrsxtn <[email protected]>
1 parent f0b2db3 commit ed7b2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Scripts/RTCDataChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public DelegateOnOpen OnOpen
360360
}
361361

362362
/// <summary>
363-
/// Delegate to be called when the data channel's messages is closed.
363+
/// Delegate to be called when the data channel's message transport mechanism is closed.
364364
/// </summary>
365365
/// <remarks>
366366
/// The close event is sent to the onclose event handler on an RTCDataChannel instance when the data transport for the data channel has closed.

0 commit comments

Comments
 (0)