[Modify] Edit it

This commit is contained in:
sta 2017-02-24 16:51:19 +09:00
parent 7db40445d8
commit 5929b057bf

View File

@ -144,10 +144,10 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets the <see cref="System.Type"/> of the behavior of the service.
/// Gets the <see cref="Type"/> of the behavior of the service.
/// </summary>
/// <value>
/// A <see cref="System.Type"/> that represents the type of the behavior of
/// A <see cref="Type"/> that represents the type of the behavior of
/// the service.
/// </value>
public abstract Type BehaviorType { get; }