[Modify] Edit it

This commit is contained in:
sta 2020-08-21 22:14:21 +09:00
parent 657e80d57c
commit 4aa68d2627

View File

@ -242,11 +242,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the enumerator used to iterate through the <see cref="HttpListenerPrefixCollection"/>. /// Gets the enumerator that iterates through the collection.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// An <see cref="T:System.Collections.Generic.IEnumerator{string}"/> instance used to iterate /// An <see cref="T:System.Collections.Generic.IEnumerator{string}"/>
/// through the collection. /// instance that can be used to iterate through the collection.
/// </returns> /// </returns>
public IEnumerator<string> GetEnumerator () public IEnumerator<string> GetEnumerator ()
{ {