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

@@ -4,7 +4,7 @@ using System.Net;
namespace Rssdp
{
/// <summary>
/// Event arguments for the <see cref="Infrastructure.SsdpDeviceLocatorBase.DeviceAvailable"/> event.
/// Event arguments for the <see cref="Infrastructure.SsdpDeviceLocator.DeviceAvailable"/> event.
/// </summary>
public sealed class DeviceAvailableEventArgs : EventArgs
{