From bdb759c4e12f38cc44b3f2b162f197f79f692944 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 12 Sep 2019 20:07:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 0318a387..a3eb501d 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1823,13 +1823,13 @@ namespace WebSocketSharp } /// - /// Executes the specified delegate times. + /// Executes the specified delegate the specified times. /// /// - /// A is the number of times to execute. + /// A that specifies the number of times to execute. /// /// - /// An delegate that references the method(s) to execute. + /// An delegate to execute. /// public static void Times (this uint n, Action action) {