Skip to content

Commit b0e2e43

Browse files
committed
C#: Fix documentation.
1 parent b51eb2c commit b0e2e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Concurrency/UnsafeLazyInitialization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ automatically thread-safe (Recommendation 3):</p>
5353

5454
<references>
5555
<li>
56-
MSDN: <a href=https://docs.microsoft.com/en-us/dotnet/api/system.lazy-1">Lazy<T> Class</T></a>.
56+
MSDN: <a href="https://docs.microsoft.com/en-us/dotnet/api/system.lazy-1">Lazy&lt;T&gt; Class</a>.
5757
</li>
5858
<li>
5959
MSDN: <a href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.lazyinitializer.ensureinitialized">LazyInitializer.EnsureInitialized Method</a>.

0 commit comments

Comments
 (0)