From 26e8478a24371241996bf09778fb77b6fceb7ec7 Mon Sep 17 00:00:00 2001 From: Misha133 Date: Thu, 3 Nov 2022 22:40:22 +0300 Subject: [PATCH] typos --- .../Interaction/MessageComponents/SocketMessageComponentData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ///