We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51eb2c commit b0e2e43Copy full SHA for b0e2e43
csharp/ql/src/Concurrency/UnsafeLazyInitialization.qhelp
@@ -53,7 +53,7 @@ automatically thread-safe (Recommendation 3):</p>
53
54
<references>
55
<li>
56
- MSDN: <a href=https://docs.microsoft.com/en-us/dotnet/api/system.lazy-1">Lazy<T> Class</T></a>.
+ MSDN: <a href="https://docs.microsoft.com/en-us/dotnet/api/system.lazy-1">Lazy<T> Class</a>.
57
</li>
58
59
MSDN: <a href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.lazyinitializer.ensureinitialized">LazyInitializer.EnsureInitialized Method</a>.
0 commit comments