diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index ec084244..671eb114 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -360,14 +360,21 @@ namespace WebSocketSharp.Server
/// Gets or sets the scheme used to authenticate the clients.
///
///
- /// The set operation does nothing if the server has already started or
- /// it is shutting down.
+ /// The set operation does nothing if the server has already
+ /// started or it is shutting down.
///
///
- /// One of the enum
- /// values. It specifies the scheme used to authenticate the clients.
- /// The default value is
- /// .
+ ///
+ /// One of the
+ /// enum values.
+ ///
+ ///
+ /// It represents the scheme used to authenticate the clients.
+ ///
+ ///
+ /// The default value is
+ /// .
+ ///
///
public AuthenticationSchemes AuthenticationSchemes {
get {