From 79cfe5c10c865032dde0bd9b4662a73e431410f4 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 9 Feb 2018 04:52:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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) {