C#: Fix documentation.

This commit is contained in:
calum
2019-02-12 09:51:56 +00:00
parent b51eb2cb92
commit b0e2e436a7

View File

@@ -53,7 +53,7 @@ automatically thread-safe (Recommendation 3):</p>
<references>
<li>
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&lt;T&gt; Class</a>.
</li>
<li>
MSDN: <a href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.lazyinitializer.ensureinitialized">LazyInitializer.EnsureInitialized Method</a>.