diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs b/src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs index 535647fa7..e88875d96 100644 --- a/src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs +++ b/src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs @@ -26,7 +26,7 @@ namespace Discord.WebSocket public IReadOnlyCollection Channels { get; } /// - /// Returns is user is cached otherwise. + /// Returns if user is cached, otherwise. public IReadOnlyCollection Users { get; } ///