From cb9d0254b539ba8104232d051df8a31334ba7799 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 9 Sep 2019 22:48:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index ee759db0..403b0f93 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1781,13 +1781,14 @@ namespace WebSocketSharp } /// - /// Executes the specified delegate times. + /// Executes the specified delegate + /// times. /// /// - /// An is the number of times to execute. + /// An 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 int n, Action action) {