📚 Use consistent XML doc wording across classes

This commit is contained in:
Oliver Booth 2019-11-16 11:17:31 +00:00
parent bb2dedccad
commit c3d1b035c0
No known key found for this signature in database
GPG Key ID: 4B0992B2602C3778
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#endregion #endregion
/// <summary> /// <summary>
/// A set of extension methods for <see cref="EndPoint"/> and derived types. /// Extension methods for <see cref="EndPoint"/> and derived types.
/// </summary> /// </summary>
public static class EndPointExtensions public static class EndPointExtensions
{ {

View File

@ -10,7 +10,7 @@
#endregion #endregion
/// <summary> /// <summary>
/// A set of extension methods for <see cref="Stream"/>. /// Extension methods for <see cref="Stream"/>.
/// </summary> /// </summary>
public static class StreamExtensions public static class StreamExtensions
{ {