Browse Source

[Modify] Edit it

master
sta 2 months ago
parent
commit
aaa62939df
  1. 2
      websocket-sharp/WebSocket.cs

2
websocket-sharp/WebSocket.cs

@ -3737,7 +3737,7 @@ namespace WebSocketSharp
/// It specifies the delegate called when the send is complete. /// It specifies the delegate called when the send is complete.
/// </para> /// </para>
/// <para> /// <para>
/// The <see cref="bool"/> parameter passed to the method is <c>true</c>
/// The <see cref="bool"/> parameter passed to the delegate is <c>true</c>
/// if the send has successfully done; otherwise, <c>false</c>. /// if the send has successfully done; otherwise, <c>false</c>.
/// </para> /// </para>
/// <para> /// <para>

Loading…
Cancel
Save