diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 79120385..ef7e0f50 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -35,7 +35,7 @@ namespace WebSocketSharp.Server
{
///
/// Exposes the methods and properties used to define the behavior of a WebSocket service
- /// provided by the or .
+ /// provided by the or .
///
///
/// The WebSocketBehavior class is an abstract class.
@@ -75,8 +75,8 @@ namespace WebSocketSharp.Server
/// Gets the logging functions.
///
///
- /// A that provides the logging functions, or
- /// if the WebSocket connection isn't established.
+ /// A that provides the logging functions,
+ /// or if the WebSocket connection isn't established.
///
protected Logger Log {
get {
@@ -119,7 +119,7 @@ namespace WebSocketSharp.Server
/// a connection request to the WebSocket service.
///
///
- /// The delegate is called when the used in the session validates
+ /// This delegate is called when the used in a session validates
/// the connection request.
///
///
@@ -187,8 +187,8 @@ namespace WebSocketSharp.Server
/// the Sec-WebSocket-Extensions header included in a connection request.
///
///
- /// true if the WebSocket service ignores the extensions; otherwise, false.
- /// The default value is false.
+ /// true if the WebSocket service ignores the extensions;
+ /// otherwise, false. The default value is false.
///
public bool IgnoreExtensions {
get {
@@ -205,7 +205,7 @@ namespace WebSocketSharp.Server
/// a connection request to the WebSocket service.
///
///
- /// The delegate is called when the used in the session validates
+ /// This delegate is called when the used in a session validates
/// the connection request.
///
///
@@ -235,8 +235,8 @@ namespace WebSocketSharp.Server
/// Gets or sets the WebSocket subprotocol used in the WebSocket service.
///
///
- /// Set operation of this property is available before the WebSocket connection has been
- /// established.
+ /// Set operation of this property is available before the WebSocket connection has
+ /// been established.
///
///
///
@@ -282,7 +282,7 @@ namespace WebSocketSharp.Server
///
///
/// One of the enum values, indicates the state of
- /// the used in the session.
+ /// the .
///
public WebSocketState State {
get {