diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 4cff4d18..4c6a5839 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1844,13 +1844,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 ulong n, Action action) {