From 326f77d0edc5208b45b6815750d620ec1e598d57 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 4 Nov 2024 21:48:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index b99991e0..c193ec47 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -232,7 +232,7 @@ namespace WebSocketSharp.Net /// A delegate. /// /// - /// It represents the delegate called when a client validates + /// It represents the delegate called when the client validates /// the certificate. /// ///