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