From a3c0d4bdfccff26b9c6e23904aa20827759c3259 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 26 Dec 2016 17:02:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index b3c3dede..f8fab991 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1317,18 +1317,18 @@ namespace WebSocketSharp } /// - /// Determines whether the specified is enclosed in the specified - /// . + /// Determines whether the specified is + /// enclosed in the specified . /// /// - /// true if is enclosed in ; - /// otherwise, false. + /// true if is enclosed in + /// ; otherwise, false. /// /// /// A to test. /// /// - /// A that represents the character to find. + /// A to find. /// public static bool IsEnclosedIn (this string value, char c) {