diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-06 14:21:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 22:21:17 +0100 |
| commit | 10d52d16a8c4af67e0aa05e9a5f8b63fdf264e53 (patch) | |
| tree | d68d1c57253ffe36d2b88ea391d7f50dc94242ca /RSSDP/DeviceUnavailableEventArgs.cs | |
| parent | f3c3402984ccef548cf29e406f4854d704a24a5f (diff) | |
Fix invalid cref (#7277)
Diffstat (limited to 'RSSDP/DeviceUnavailableEventArgs.cs')
| -rw-r--r-- | RSSDP/DeviceUnavailableEventArgs.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/DeviceUnavailableEventArgs.cs b/RSSDP/DeviceUnavailableEventArgs.cs index 94248f39f..ca2515202 100644 --- a/RSSDP/DeviceUnavailableEventArgs.cs +++ b/RSSDP/DeviceUnavailableEventArgs.cs @@ -3,7 +3,7 @@ using System; namespace Rssdp { /// <summary> - /// Event arguments for the <see cref="Infrastructure.SsdpDeviceLocatorBase.DeviceUnavailable"/> event. + /// Event arguments for the <see cref="Infrastructure.SsdpDeviceLocator.DeviceUnavailable"/> event. /// </summary> public sealed class DeviceUnavailableEventArgs : EventArgs { |
