Skip to content

Commit 40d06fa

Browse files
committed
Fix XML docs
1 parent 760c3c2 commit 40d06fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CommunityToolkit.HighPerformance/Extensions/SpinLockExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
using System.ComponentModel;
66
using System.Runtime.CompilerServices;
7+
#if NETSTANDARD2_1_OR_GREATER
78
using System.Runtime.Versioning;
9+
#endif
810
using System.Threading;
911

1012
namespace CommunityToolkit.HighPerformance;
@@ -48,7 +50,7 @@ public readonly unsafe ref struct UnsafeLock
4850
private readonly SpinLock* spinLock;
4951

5052
/// <summary>
51-
/// A value indicating whether or not the lock is taken by this <see cref="Lock"/> instance.
53+
/// A value indicating whether or not the lock is taken by this <see cref="UnsafeLock"/> instance.
5254
/// </summary>
5355
private readonly bool lockTaken;
5456

0 commit comments

Comments
 (0)