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) {