Fix invalid cref (#7277)

This commit is contained in:
Cody Robibero
2022-02-06 14:21:17 -07:00
committed by GitHub
parent f3c3402984
commit 10d52d16a8
7 changed files with 9 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ namespace Rssdp.Infrastructure
}
/// <summary>
/// The <see cref="UdpEndPoint"/> the request came from.
/// The <see cref="IPEndPoint"/> the request came from.
/// </summary>
public IPEndPoint ReceivedFrom
{