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