From e147aff46a9a660971a949bce924ae50fab4eafd Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 11 Sep 2019 22:05:41 +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 ac945724..bc3a474f 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1802,13 +1802,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 long n, Action action) {