diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 7ba04509..83514fce 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -198,18 +198,19 @@ namespace WebSocketSharp } /// - /// Determines whether the specified contains any of characters in + /// Determines whether the specified string contains any of characters in /// the specified array of . /// /// - /// true if contains any of ; - /// otherwise, false. + /// true if contains any of characters in + /// ; otherwise, false. /// /// /// A to test. /// /// - /// An array of that contains characters to find. + /// An array of that contains one or more characters to + /// seek. /// internal static bool Contains (this string value, params char[] anyOf) {