Skip to content

Commit

Permalink
docs: ChannelUpdated event xml comment (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Aug 1, 2022
1 parent a663f61 commit cfd2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.WebSocket/BaseSocketClient.Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public partial class BaseSocketClient
/// <summary> Fired when a channel is updated. </summary>
/// <remarks>
/// <para>
/// This event is fired when a generic channel has been destroyed. The event handler must return a
/// This event is fired when a generic channel has been updated. The event handler must return a
/// <see cref="Task"/> and accept 2 <see cref="SocketChannel"/> as its parameters.
/// </para>
/// <para>
Expand Down

0 comments on commit cfd2662

Please sign in to comment.